📄️ Global flags
These flags can be used with any command.
📄️ container create
Creates and starts a new container resource
📄️ container delete
Deletes a specified container. Before that, stops it if it is running.
📄️ container exec
Starts a shell process inside a specified container or executes a specific command, if specified
📄️ container get
Retrieves a specified container
📄️ container list
Retrieves all existing containers
📄️ container logs
Retrieves the logs of a specified container resource
📄️ container start
Starts a specified container resource
📄️ container stop
Stops a specified container resource
📄️ network create
Creates a new network resource
📄️ network delete
Deletes a specified network
📄️ network get
Retrieves a specified network
📄️ network list
Retrieves all existing networks
📄️ network update
Updates an existing network resource
📄️ subnetwork create
Creates a new subnetwork resource
📄️ subnetwork delete
Deletes a specified subnetwork
📄️ subnetwork get
Retrieves a specified subnetwork
📄️ subnetwork list
Retrieves all existing subnetworks
📄️ subnetwork update
Updates an existing network resource
📄️ version
Prints out CLI and API version information