Issue

Work with sfops issues

sfp issue analyze

USAGE
  $ sfp issue analyze -r <value> -i <value> [--json] [-e <value>] [-t <value>] [--sfp-server-url <value>] [-s]
    [--loglevel trace|debug|info|warn|error|fatal|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.
  -i, --issue=<value>              (required) Issue number to be analyzed
  -r, --repository=<value>         (required) Repository in the format owner/repo (GitHub) or org/project/repo (Azure
                                   DevOps)
  -s, --setoutput                  Set the parsed issue inputs as output variables
  -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).
      --loglevel=<option>          [default: info] logging level for this command invocation
                                   <options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
      --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

GLOBAL FLAGS
  --json  Format output as json.

ALIASES
  $ sfp gh issue analyze

See code: src/commands/issue/analyze.tsarrow-up-right

sfp issue comment process

Process commands from GitHub issue/PR comments

See code: src/commands/issue/comment/process.tsarrow-up-right

Last updated

Was this helpful?