Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 3.12 KB

File metadata and controls

69 lines (57 loc) · 3.12 KB

slack

Slack command-line tool

Description

CLI to create, run, and deploy Slack apps

Get started by reading the docs: https://docs.slack.dev/tools/slack-cli

slack <command> <subcommand> [flags]

Flags

  -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

Examples

$ slack login   # Log in to your Slack account
$ slack create  # Create a new Slack app
$ slack init    # Initialize an existing Slack app
$ slack run     # Start a local development server
$ slack deploy  # Deploy to the Slack Platform

See also