Skip to content

Commit 7c9782e

Browse files
committed
Update more completions
1 parent deda2e0 commit 7c9782e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/commands/install/socket-completion.bash

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ COMMANDS=(
7575
FLAGS=(
7676
[common]="--config --dry-run --help --version"
7777
[analytics]="--file --json --markdown --repo --scope --time"
78-
[audit-log]="--interactive --org --page --per-page --type"
78+
[audit-log]="--interactive --json --markdown --org --page --per-page --type"
7979
[cdxgen]="--api-key --author --auto-compositions --deep --evidence --exclude --exclude-type --fail-on-error --filter --generate-key-and-sign --include-crypto --include-formulation --install-deps --json-pretty --min-confidence --no-babel --only --output --parent-project-id --print --profile --project-group --project-name --project-id --project-version --recurse --required-only --resolve-class --server --server-host --server-port --server-url --skip-dt-tls-check --spec-version --standard --technique --type --validate"
8080
[ci]="--auto-manifest"
8181
[config]=""
@@ -87,7 +87,7 @@ FLAGS=(
8787
[dependencies]="--json --limit --markdown --offset"
8888
[diff-scan]=""
8989
[diff-scan get]="--after --before --depth --file --json"
90-
[fix]="--auto-merge --autopilot --ghsa --limit --purl --range-style --test --test-script"
90+
[fix]="--auto-merge --autopilot --ghsa --limit --min-satisfying --purl --range-style --test --test-script"
9191
[install]=""
9292
[install completion]=""
9393
[login]="--api-base-url --api-proxy"
@@ -103,7 +103,7 @@ FLAGS=(
103103
[npm]=""
104104
[npx]=""
105105
[oops]=""
106-
[optimize]="--pin --prod"
106+
[optimize]="--json --markdown --pin --prod"
107107
[organization]=""
108108
[organization list]=""
109109
[organization policy]=""
@@ -121,16 +121,16 @@ FLAGS=(
121121
[repos]=""
122122
[repos create]="--default-branch --homepage --interactive --org --repo-description --repo-name --visibility"
123123
[repos del]="--interactive --org"
124-
[repos list]="--all --direction --interactive --org --page --per-page --sort"
124+
[repos list]="--all --direction --interactive --json --markdown --org --page --per-page --sort"
125125
[repos update]="--default-branch --homepage --interactive --org --repo-description --repo-name --visibility"
126126
[repos view]="--interactive --org --repo-name"
127127
[scan]=""
128-
[scan create]="--auto-manifest --branch --commit-hash --commit-message --committers --cwd --default-branch --interactive --org --pull-request --reach --reach-analysis-memory-limit --reach-analysis-timeout --reach-disable-analytics --reach-ecosystems --reach-exclude-paths --read-only --repo --report --set-as-alerts-page --tmp"
128+
[scan create]="--auto-manifest --branch --commit-hash --commit-message --committers --cwd --default-branch --interactive --json --markdown --org --pull-request --reach --reach-analysis-memory-limit --reach-analysis-timeout --reach-disable-analytics --reach-ecosystems --reach-exclude-paths --read-only --repo --report --set-as-alerts-page --tmp"
129129
[scan del]="--interactive --org"
130130
[scan diff]="--depth --file --interactive --org"
131-
[scan list]="--branch --direction --from-time --interactive --org --page --per-page --repo --sort --until-time"
131+
[scan list]="--branch --direction --from-time --interactive --json --markdown --org --page --per-page --repo --sort --until-time"
132132
[scan metadata]="--interactive --org"
133-
[scan reach]="--reach-analysis-memory-limit --reach-analysis-timeout --reach-disable-analytics --reach-ecosystems --reach-exclude-paths"
133+
[scan reach]="--reach-analysis-memory-limit --reach-analysis-timeout --reach-disable-analytics --reach-ecosystems --reach-exclude-paths"
134134
[scan report]="--fold --interactive --license --org --report-level --short"
135135
[scan view]="--interactive --org --stream"
136136
[threat-feed]="--direction --eco --filter --interactive --json --markdown --org --page --per-page"

0 commit comments

Comments
 (0)