Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A little bit more work to generate a token
  • Each permission needs to be granted separately
  • Create an app - for a CLI app token, only a few things are needed:
    • Name the app - for example, call the app cli or anything else you like
    • Grant permissions (scopes)
    • Install into your workspace
    • Copy the resulting token for use on the CLI
    • To make change, go to: Your apps
    • Test your token with the CLI using: slack --action getServerInfo --token xxx

Example Maximum Permission Choices 

...