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 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.
The administrator CLI allows interaction with the various objects that are
managed by {product-title}. Many common oc adm
operations are invoked using the
following syntax:
$ oc adm <action> <option>
This specifies:
-
An
<action>
to perform, such asnew-project
orgroups
. -
An available
<option>
to perform the action on as well as a value for the option. Options include--output
.