Skip to content

slackbuzz app update

slackbuzz app update

Push the latest scope manifest and re-authenticate

Synopsis

Update an existing Slack app’s manifest with the CLI’s current scope set, then walk through reinstall + new tokens. Use this after the CLI gains new scope requirements (e.g. extending DM read support).

The command uses your saved App Configuration Token and App ID. If neither is saved, you’ll be prompted, or pass —app-id and pipe the config token via stdin with —with-token.

slackbuzz app update [flags]

Examples

# Interactive (uses saved app ID + config token)
slackbuzz app update
# Specify the app ID explicitly
slackbuzz app update --app-id A0123456789
# CI / scripted (config token via stdin)
echo "xoxe.xoxp-..." | slackbuzz app update --with-token --app-id A0123456789

Options

--app-id app create Slack app ID to update (defaults to saved value from app create)
-h, --help help for update
--skip-reinstall Skip opening the reinstall page and the new-token prompts (manifest push only)
--with-token Read App Configuration Token from stdin

SEE ALSO