-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-generated cli documentation update - 2023-11-03 19:12:00 (#1444)
Update documentation Co-authored-by: JAORMX <[email protected]>
- Loading branch information
1 parent
e095aa3
commit 1c8c8c4
Showing
4 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: minder rule type apply | ||
--- | ||
## minder rule_type apply | ||
|
||
Apply a rule type within a minder control plane | ||
|
||
### Synopsis | ||
|
||
The minder rule type apply subcommand lets you create or update rule types for a project | ||
within a minder control plane. | ||
|
||
``` | ||
minder rule_type apply [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --file stringArray Path to the YAML defining the rule type (or - for stdin). Can be specified multiple times. Can be a directory. | ||
-h, --help help for apply | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string Config file (default is $PWD/config.yaml) | ||
--grpc-host string Server host (default "staging.stacklok.dev") | ||
--grpc-insecure Allow establishing insecure connections | ||
--grpc-port int Server port (default 443) | ||
--identity-client string Identity server client ID (default "minder-cli") | ||
--identity-realm string Identity server realm (default "stacklok") | ||
--identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [minder rule_type](minder_rule_type.md) - Manage rule types within a minder control plane | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: minder rule type update | ||
--- | ||
## minder rule_type update | ||
|
||
Update a rule type within a minder control plane | ||
|
||
### Synopsis | ||
|
||
The minder rule type update subcommand lets you update rule types for a project | ||
within a minder control plane. | ||
|
||
``` | ||
minder rule_type update [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --file stringArray Path to the YAML defining the rule type (or - for stdin). Can be specified multiple times. Can be a directory. | ||
-h, --help help for update | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string Config file (default is $PWD/config.yaml) | ||
--grpc-host string Server host (default "staging.stacklok.dev") | ||
--grpc-insecure Allow establishing insecure connections | ||
--grpc-port int Server port (default 443) | ||
--identity-client string Identity server client ID (default "minder-cli") | ||
--identity-realm string Identity server realm (default "stacklok") | ||
--identity-url string Identity server issuer URL (default "https://auth.staging.stacklok.dev") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [minder rule_type](minder_rule_type.md) - Manage rule types within a minder control plane | ||
|