Skip to main content

slack_manifest

slack manifest

Print the app manifest of a project or app

Synopsis

Get the manifest of an app using either the "remote" values on app settings or from the "local" configurations.

Subcommands unlock additional engagements and interactions with the manifest.

The manifest on app settings represents the latest version of the manifest.

Project configurations use the "get-manifest" hook from ".slack/hooks.json".

slack manifest [flags]

Examples

# Display the app manifest for the current project
$ slack manifest info

# Validate the app manifest generated by a project
$ slack manifest validate

Options

  -h, --help            help for manifest
--source string source of the app manifest ("local" or "remote") (default "local")

Options inherited from parent commands

  -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
--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

SEE ALSO