| title |
|---|
Netlify CLI api command |
The api command will let you call any Netlify open API methods
Run any Netlify API method
For more information on available methods checkout https://open-api.netlify.com/ or run "netlify api --list"
Usage
netlify apiArguments
- apiMethod - Open API method to run
Flags
data(option) - Data to uselist(boolean) - List out available API methods
Examples
netlify api --list
netlify api getSite --data '{ "site_id": "123456"}'