netlify
A description of the provider.
See also:
[SHOW
] [DESCRIBE
] [REGISTRY
]
Installation
REGISTRY PULL netlify v0.2.0;
Authentication
{
"netlify": {
/**
* Type of authentication to use, suported values include: api_key
* @type String
*/
"type": string,
/**
* Environment variable name containing the api key or credentials.
* @type String
*/
"credentialsenvvar": string,
/**
* Value prepended to the request header, e.g. "Bearer "
* Must be set to "Bearer "
* @type String
*/
"valuePrefix": string,
}
}
Example
NETLIFY_TOKEN=yourtoken
AUTH='{ "netlify": { "type": "api_key", "credentialsenvvar": "NETLIFY_TOKEN", "valuePrefix": "Bearer " }}'
stackql shell --auth="${AUTH}"