Slack
Configure Slack notifications
sfp server slack delete
Delete (deactivate) Slack workspace configuration
USAGE
$ sfp server slack delete [--json] [--repository <value>] [-e <value>] [-t <value>] [--sfp-server-url <value>]
[--team-id <value>] [--all] [-f] [--loglevel trace|debug|info|warn|error|fatal]
FLAGS
-e, --email=<value> Email address for authenticated user. Ignored if --application-token is provided. Can
be set via SFP_SERVER_USER env var.
-f, --force Skip confirmation prompt
-t, --application-token=<value> Application token for CI/CD authentication. Can be set via SFP_SERVER_TOKEN env var
(CLI flags take precedence over env vars).
--all Delete all workspace configurations
--loglevel=<option> [default: info] logging level
<options: trace|debug|info|warn|error|fatal>
--repository=<value> The repository identifier. E.g `owner/repo` for GitHub/GitLab or `org/project/repo`
for Azure DevOps
--sfp-server-url=<value> URL of the SFP server. Can be set via SFP_SERVER_URL env var or config: sfp
config:set server-url
--team-id=<value> Specific Team ID to delete
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Delete (deactivate) Slack workspace configuration
EXAMPLES
$ sfp server slack delete
$ sfp server slack delete --team-id T01ABC23DEF
$ sfp server slack delete --all --forceSee code: src/commands/server/slack/delete.ts
sfp server slack list
List all configured Slack workspaces
See code: src/commands/server/slack/list.ts
sfp server slack manifest
Generate Slack app manifest for bot setup
See code: src/commands/server/slack/manifest.ts
sfp server slack setup
Set up Slack bot integration with SFP server
See code: src/commands/server/slack/setup.ts
sfp server slack status
Check Slack bot connection status
See code: src/commands/server/slack/status.ts
sfp server slack test
Send a test message via Slack bot
See code: src/commands/server/slack/test.ts
sfp server slack update
Update Slack bot tokens and configuration
See code: src/commands/server/slack/update.ts
Last updated
Was this helpful?