Skip to content

Commit d7c98e9

Browse files
committed
docs: update commands doc
1 parent 7487aba commit d7c98e9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/30_commands.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,30 @@ miactl context use CONTEXT [flags]
4646

4747
This command does not include any additional flags besides the default ones.
4848

49+
## company
50+
51+
This command allows you to manage `miactl` companies.
52+
53+
To access the resources, you need an account with the correct permissions.
54+
55+
### list
56+
57+
The `company list` subcommand allows you to view the list of companies that you are currently enrolled in. The
58+
output will shot the **names**, **IDs**, and the default **git provider** and **pipeline type** of the companies.
59+
60+
Usage:
61+
62+
```sh
63+
miactl company list [flags]
64+
```
65+
66+
Available flags for the command:
67+
68+
- `--ca-cert`, to override the path to the custom CA certificate
69+
- `--context`, to specify a different context from the current one
70+
- `--endpoint`, to override the Console endpoint
71+
- `--insecure`, to skip certificate check
72+
4973
## project
5074

5175
This command allows you to manage `miactl` projects.

0 commit comments

Comments
 (0)