Running slack help
displays a usage summary:
USAGE
$ slack <command> <subcommand> [flags]
COMMANDS
auth
info View your active workspace authorization
list List all authorized workspaces
login Login to a new or inactive workspace
logout Log out of a workspace
cloud
activity Print app activity
deploy Deploys the Slack app
run Develop and run locally
collaborator
add Add a collaborator to your app
list List collaborators for an app
remove Remove collaborators from an app
datastore
delete Delete a datastore item
get Get an item from the slack datastore
put Create/Update an App Datastore
query Query for datastore items
function
distribute Manage who can view functions published by your app
manifest
info Displays the app manifest of the project
validate Validates the app manifest of the project
trigger
list List details of triggers declared in the project
env
add Add an environment variable to the app
list List all environment variables for the app
remove Remove an environment variable to the app
workspace
install Install the app to a workspace
list List all workspaces that installed the app
uninstall Uninstalls the app from a workspace
create Create a Slack project
deno Runs deno command with Slack cloud context
doctor Checks and reports on relevant system dependencies
help Help about any command
upgrade Checks available updates for the CLI and SDK
version Print the version number
FLAGS
--apihost string Slack API host
-f, --force force update app manifest
-h, --help help for Slack
-r, --runtime string project's runtime language: deno, deno1.1, deno1.x,
etc (Default: deno)
-s, --skip-update skip checking for latest version of CLI
--slackdev use the Slack Dev API (--apihost=dev.slack.com)
-v, --verbose when set print debug logging
-w, --workspace string use a specific workspace by domain name