File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,30 @@ miactl context use CONTEXT [flags]
4646
4747This 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
5175This command allows you to manage ` miactl ` projects.
You can’t perform that action at this time.
0 commit comments