Skip to content

warden setup-app

Terminal window
warden setup-app [options]

Creates a GitHub App for Warden so pull request comments use a custom bot identity instead of the generic github-actions user.

OptionPurpose
-C, --cwd <path>Run as if invoked from this directory.
--org <name>Create the app for an organization.
--port <number>Local callback server port. Default: 3000.
--timeout <sec>Callback timeout in seconds. Default: 300.
--name <string>Custom app name. Default: Warden.
--no-openPrint the URL instead of opening a browser.
--quietErrors and final summary only.
-v, --verboseIncrease verbosity. Repeat as -vv or combine with --debug.
--debugEnable debug output.
--logUse log output mode.
--color / --no-colorOverride color detection.
-h, --helpShow help for this command.
Terminal window
warden setup-app
warden setup-app --org my-org