Skip to content

Commit

Permalink
Auto-generated cli documentation update - 2024-04-11 15:49:20 (#3048)
Browse files Browse the repository at this point in the history
Update documentation

Co-authored-by: dmjb <dmjb@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dmjb committed Apr 11, 2024
1 parent 7f579a9 commit be022bb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion docs/docs/ref/cli/minder_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ minder provider [flags]
```
-h, --help help for provider
-j, --project string ID of the project
-p, --provider class DEPRECATED - use class flag of `enroll` instead
```

### Options inherited from parent commands
Expand Down
1 change: 0 additions & 1 deletion docs/docs/ref/cli/minder_provider_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ minder provider delete [flags]
--identity-client string Identity server client ID (default "minder-cli")
--identity-url string Identity server issuer URL (default "https://auth.stacklok.com")
-j, --project string ID of the project
-p, --provider class DEPRECATED - use class flag of `enroll` instead
```

### SEE ALSO
Expand Down
3 changes: 1 addition & 2 deletions docs/docs/ref/cli/minder_provider_enroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ minder provider enroll [flags]
### Options

```
-c, --class string Provider class, defaults to github-app (default "PROVIDER_CLASS_GITHUB_APP")
-c, --class string Provider class, defaults to github-app (default "github-app")
-h, --help help for enroll
-o, --owner string Owner to filter on for provider resources (Legacy GitHub only)
--skip-browser Skip opening the browser for OAuth flow
Expand All @@ -36,7 +36,6 @@ minder provider enroll [flags]
--identity-client string Identity server client ID (default "minder-cli")
--identity-url string Identity server issuer URL (default "https://auth.stacklok.com")
-j, --project string ID of the project
-p, --provider class DEPRECATED - use class flag of `enroll` instead
```

### SEE ALSO
Expand Down
1 change: 0 additions & 1 deletion docs/docs/ref/cli/minder_provider_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ minder provider get [flags]
--identity-client string Identity server client ID (default "minder-cli")
--identity-url string Identity server issuer URL (default "https://auth.stacklok.com")
-j, --project string ID of the project
-p, --provider class DEPRECATED - use class flag of `enroll` instead
```

### SEE ALSO
Expand Down
1 change: 0 additions & 1 deletion docs/docs/ref/cli/minder_provider_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ minder provider list [flags]
--identity-client string Identity server client ID (default "minder-cli")
--identity-url string Identity server issuer URL (default "https://auth.stacklok.com")
-j, --project string ID of the project
-p, --provider class DEPRECATED - use class flag of `enroll` instead
```

### SEE ALSO
Expand Down

0 comments on commit be022bb

Please sign in to comment.