$ oc adm <action> <option>
This topic provides information on the administrator cli operations and their syntax. You must setup and login with the cli before you can perform these operations.
The oc adm
command (formerly the oadm
command) is used for administrator cli
operations.
The administrator cli differs from the normal set of commands under the
developer cli, which uses the oc
command, and
is used more for project-level operations.
Your login may or may not have access to the following administrative commands, depending on your account type. |
The administrator cli allows interaction with the various objects that are
managed by OpenShift Dedicated. Many common oc adm
operations are invoked using the
following syntax:
$ oc adm <action> <option>
This specifies:
An <action>
to perform, such as new-project
or groups
.
An available <option>
to perform the action on as well as a value for the
option. Options include --output
.
When running |