-
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 - 2024-06-19 14:16:14 (#3660)
Update documentation Co-authored-by: JAORMX <JAORMX@users.noreply.github.com>
- Loading branch information
1 parent
29d4ad9
commit ef1ea3d
Showing
2 changed files
with
39 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: minder set-project | ||
--- | ||
## minder set-project | ||
|
||
Move the current context to another project | ||
|
||
### Synopsis | ||
|
||
The minder set-project command moves the current context to another project. | ||
Passing a UUID will move the context to the project with that UUID. This is akin to | ||
using an absolute path in a filesystem. | ||
|
||
``` | ||
minder set-project [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for set-project | ||
``` | ||
|
||
### 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-url string Identity server issuer URL (default "https://auth.stacklok.com") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [minder](minder.md) - Minder controls the hosted minder service | ||
|