slack
Slack command-line tool
Synopsis
CLI to create, run, and deploy Slack apps
slack <command> <subcommand> [flags]
Examples
$ slack login # Log in to your Slack account
$ slack create # Create a new Slack app
$ slack run # Start a local development server
$ slack deploy # Deploy to the Slack Platform
Options
-a, --app string use a specific app ID or environment
--config-dir string use a custom path for system config directory
-e, --experiment strings use the experiment(s) in the command
-f, --force ignore warnings and continue executing command
-h, --help help for slack
--no-color remove styles and formatting from outputs
-s, --skip-update skip checking for latest version of CLI
-w, --team string select workspace or organization by team name or ID
--token string set the access token associated with a team
-v, --verbose print debug logging and additional info
See also
- slack activity - Display the app activity logs from the Slack Platform
- slack app - Install, uninstall, and list teams with the app installed
- slack auth - Add and remove local team authorizations
- slack collaborator - Manage app collaborators
- slack create - Create a Slack project
- slack datastore - Query an app's datastore
- slack delete - Delete the app
- slack deploy - Deploy the app to the Slack Platform
- slack doctor - Check and report on system and app information
- slack env - Add, remove, and list environment variables
- slack external-auth - Add and remove external authorizations and client secrets for providers in your app
- slack feedback - Share feedback about your experience or project
- slack function - Manage the functions of an app
- slack install - Install the app to a team
- slack list - List all authorized accounts
- slack login - Log in to a Slack account
- slack logout - Log out of a team
- slack manifest - Print the app manifest of a project or app
- slack platform - Deploy and run apps on the Slack Platform
- slack run - Start a local server to develop and run the app locally
- slack samples - List available sample apps
- slack trigger - List details of existing triggers
- slack uninstall - Uninstall the app from a team
- slack upgrade - Checks for available updates to the CLI or SDK
- slack version - Print the version number