Skip to main content

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