CLI v0.0.1
Important
The Edera Protect CLI is under active development. Options, Commands and Subcommands are subject to change.
Using the CLI
protect [OPTIONS] <COMMAND>Option reference
-c, --connection <CONNECTION>The connection URL to the Edera Protect daemon [default: unix:///var/lib/edera/protect/daemon.socket].-h, --helpPrint help.-v, --versionPrint version.
Tip
All commands and subcommands can be used with --help or -h for more information.
Command reference
zone
Manage the zones.
protect zone <COMMAND>Commands:
attachAttach to the zone console.listList zone information.launchLaunch a new zone.destroyDestroy a zone.execExecute a command inside the zone.logsView the logs of a zone.metricsRead metrics from the zone.topDashboard for running zones.watchWatch for zone changes.update-resourcesUpdate the available resources to a zone.
View the protect zone documentation.
workload
Manage the workloads.
protect workload <COMMAND>Commands:
launchLaunch a new workload.execExecute a command inside the workload.attachAttach to a workload console.startStart a workload.stopStop a workload.destroyDestroy a workload.listList workload information.watchWatch for workload changes.
View the protect workload documentation.
image
Manage the images.
protect image <COMMAND>Commands:
pullPull an image into the cache.importImport an image into the cache.removeRemove an image from the cache.listList cached images.
View the protect image documentation.
network
Manage the network.
protect network <COMMAND>Commands:
reservationManage network reservations.
View the protect network documentation.
device
Manage the devices.
protect device <COMMAND>Commands:
listList device information.
View the protect device documentation.
host
Manage the host of Edera Protect.
protect host <COMMAND>Commands:
cpu-topologyDisplay information about the host CPU topology.statusGet information about the host.idm-snoopSnoop on the IDM bus.hv-consoleDisplay hypervisor console output.hv-debug-infoRead hypervisor debug information.
View the protect host documentation.
completion
Output shell completion code for the specified shell.
protect completion <SHELL>Arguments:
<SHELL>Possible values:bash,elvish,fish,powershell,zsh.
View the protect completion documentation.
Last updated on