workflow config show

Print the configuration in effect, with tokens masked

Synopsis

Print the configuration in effect as JSON, with every credential masked. The JSON alone goes to stdout, so it pipes into jq; the file it came from is named on stderr. With no configuration file it says how to create one and fails, as doctor does.

workflow config show [flags]

Options

  -h, --help   help for show

Options inherited from parent commands

      --dry-run      hold back every write to Jira, the forge, the messaging service, git and files, and say what it would have done
      --log string   append a one-line outline of each request (method, path, status, duration) to FILE, for a bug report

SEE ALSO