Interact with Netlify directly from Slack using Nimbella Commander.
Please make sure you have already installed Commander in your Slack team before executing this Slash command.
/nc csm_install netlify
Create a secret named netlifyToken with your Netlify Personal Access token.
Access all sites under your account.
/nc list_sites [-skip <skip>]The output contains only 5 or less sites, you can skip through the list using -skip flag.
Access all deploys of a site.
/nc list_deploys <site>Deploys shows only last 20 deploys, you can skip through them by using -skip flag.
Example:
/nc list_deploys <site> [-skip <skip>]Access all forms under your account/site.
/nc list_forms [<site>]You can also access forms of a site by providing the name of the site.
Access all form submissions under your account or submissions of a specific site or form.
/nc list_submissions [-filter <filter>] [-skip <skip>]You can search for submissions that includes a specific keyword using -filter flag.
Cancel a deploy.
/nc cancel_deploy <deployId>