mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 12:03:33 +00:00
chore: 'uc image push' fix long description
This commit is contained in:
@@ -25,7 +25,7 @@ func NewPushCommand() *cobra.Command {
|
|||||||
Use: "push IMAGE",
|
Use: "push IMAGE",
|
||||||
Short: "Upload a local Docker image to the cluster.",
|
Short: "Upload a local Docker image to the cluster.",
|
||||||
Long: `Upload a local Docker image to the cluster transferring only the missing layers.
|
Long: `Upload a local Docker image to the cluster transferring only the missing layers.
|
||||||
The image is uploaded to the machine which CLI is connected to (default) or the specified machine(s).`,
|
The image is uploaded to all cluster machines (default) or the specified machine(s).`,
|
||||||
Example: ` # Push image to all machines in the cluster.
|
Example: ` # Push image to all machines in the cluster.
|
||||||
uc image push myapp:latest
|
uc image push myapp:latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user