$ oadm <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 administrator cli uses the oadm
command, and is used for administrator
operations. This differs from the developer cli,
which uses the oc
command, and is used for basic, project-level operations.
The administrator cli allows interaction with the various objects that are
managed by OpenShift Enterprise. Many common oadm
operations are invoked using the
following syntax:
$ oadm <action> <option>
This specifies:
An <action>
to perform, such as new-project
or router
.
An available <option>
to perform the action on as well as a value for the
option. Options include --output
or --credentials
.