Skip to content

Commit

Permalink
Auto-generated cli documentation update - 2024-06-19 14:16:14 (#3660)
Browse files Browse the repository at this point in the history
Update documentation

Co-authored-by: JAORMX <JAORMX@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and JAORMX committed Jun 19, 2024
1 parent 29d4ad9 commit ef1ea3d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/ref/cli/minder.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ https://docs.stacklok.com/minder
* [minder quickstart](minder_quickstart.md) - Quickstart minder
* [minder repo](minder_repo.md) - Manage repositories
* [minder ruletype](minder_ruletype.md) - Manage rule types
* [minder set-project](minder_set-project.md) - Move the current context to another project
* [minder version](minder_version.md) - Print minder CLI version

38 changes: 38 additions & 0 deletions docs/docs/ref/cli/minder_set-project.md
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

0 comments on commit ef1ea3d

Please sign in to comment.