$ 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 openshift
command is used for starting services that make up the
OpenShift Origin cluster. For example, openshift start [master|node]
. However,
it is also an all-in-one command that can perform all the same actions as the
oc
and oc adm
commands via openshift cli
and openshift admin
respectively.
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 OpenShift Origin. 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 |