Appendix C. CLI help
Satellite offers multiple user interfaces: Satellite web UI, Hammer CLI, API, and through Ansible collection redhat.satellite. If you want to administer Satellite on the command line, have a look at the following help output.
- Satellite services
-
A set of services that Satellite Server and Capsule Servers use for operation. You can use the
satellite-maintain
tool to manage these services. To see the full list of services, enter thesatellite-maintain service list
command on the machine where Satellite or Capsule Server is installed. For more information, runsatellite-maintain --help
on your Satellite Server or Capsule Server.
- Satellite plugins
-
You can extend Satellite by installing plugins. For more information, run
satellite-installer --full-help
on your Satellite Server or Capsule Server.
- Hammer CLI
-
You can manage Satellite on the command line using
hammer
. For more information on using Hammer CLI, see Using the Hammer CLI tool or runhammer --help
on your Satellite Server or Capsule Server.