-
Notifications
You must be signed in to change notification settings - Fork 41
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-16 17:40:44 (#1683)
Update documentation Co-authored-by: rdimitrov <[email protected]>
- Loading branch information
1 parent
453e582
commit 59e7925
Showing
3 changed files
with
47 additions
and
5 deletions.
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
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,41 @@ | ||
--- | ||
title: minder quickstart | ||
--- | ||
## minder quickstart | ||
|
||
Quickstart minder | ||
|
||
### Synopsis | ||
|
||
The quickstart command provide the means to quickly get started with minder | ||
|
||
``` | ||
minder quickstart [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for quickstart | ||
-o, --owner string Owner to filter on for provider resources | ||
-r, --project string Project to create the quickstart profile in | ||
-p, --provider string Name of the provider (default "github") | ||
-t, --token string Personal Access Token (PAT) to use for enrollment | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string Config file (default is $PWD/config.yaml) | ||
--grpc-host string Server host (default "api.stacklok.com") | ||
--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.stacklok.com") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [minder](minder.md) - Minder controls the hosted minder service | ||
|