Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Netlify Command Set

Interact with Netlify directly from Slack using Nimbella Commander.

Installation

Please make sure you have already installed Commander in your Slack team before executing this Slash command.

/nc csm_install netlify

Requirements

Create a secret named netlifyToken with your Netlify Personal Access token.

Usage

list_sites

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.

list_deploys

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>]

list_forms

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.

list_submissions

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_deploy

Cancel a deploy.

/nc cancel_deploy <deployId>