Skip to content

Commit

Permalink
Auto-generated cli documentation update - 2025-01-09 09:45:59 (#5270)
Browse files Browse the repository at this point in the history
Update documentation

Co-authored-by: eleftherias <[email protected]>
  • Loading branch information
github-actions[bot] and eleftherias authored Jan 9, 2025
1 parent 1bad8de commit de2ce2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/docs/ref/cli/minder_profile_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ minder profile status [flags]

```
-h, --help help for status
-n, --name string Profile name to get profile status for
-o, --output string Output format (one of json,yaml,table) (default "table")
```

Expand Down
5 changes: 2 additions & 3 deletions docs/docs/ref/cli/minder_profile_status_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ minder profile status get [flags]
### Options

```
-i, --id string ID to get profile status for
-n, --name string Profile name to get profile status for
-e, --entity string Entity ID to get profile status for
-t, --entity-type string the entity type to get profile status for (one of artifact, build, build_environment, pipeline_run, release, repository, task_run)
-h, --help help for get
-i, --id string ID to get profile status for
-n, --name string Profile name to get profile status for
```

### Options inherited from parent commands
Expand All @@ -32,7 +32,6 @@ minder profile status get [flags]
--grpc-port int Server port (default 443)
--identity-client string Identity server client ID (default "minder-cli")
--identity-url string Identity server issuer URL (default "https://auth.stacklok.com")
-n, --name string Profile name to get profile status for
-o, --output string Output format (one of json,yaml,table) (default "table")
-j, --project string ID of the project
-v, --verbose Output additional messages to STDERR
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/ref/cli/minder_profile_status_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ minder profile status list [flags]
```
-d, --detailed List all profile violations
-h, --help help for list
-n, --name string Profile name to list status for
--ruleName string Filter profile status list by rule name
-r, --ruleType string Filter profile status list by rule type
```
Expand All @@ -31,7 +32,6 @@ minder profile status list [flags]
--grpc-port int Server port (default 443)
--identity-client string Identity server client ID (default "minder-cli")
--identity-url string Identity server issuer URL (default "https://auth.stacklok.com")
-n, --name string Profile name to get profile status for
-o, --output string Output format (one of json,yaml,table) (default "table")
-j, --project string ID of the project
-v, --verbose Output additional messages to STDERR
Expand Down

0 comments on commit de2ce2b

Please sign in to comment.