Pull artifact not push artifact

Fixup docs string to match pull command

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
pull/2956/head
Kingdon Barrett 3 years ago
parent ce2496e32c
commit e1c20a1b91
No known key found for this signature in database
GPG Key ID: 470B0A4ACF2A4E23

@ -28,7 +28,7 @@ import (
var pullArtifactCmd = &cobra.Command{ var pullArtifactCmd = &cobra.Command{
Use: "artifact", Use: "artifact",
Short: "Push artifact", Short: "Pull artifact",
Long: `The pull artifact command downloads and extracts the OCI artifact content to the given path. Long: `The pull artifact command downloads and extracts the OCI artifact content to the given path.
The pull command uses the credentials from '~/.docker/config.json'.`, The pull command uses the credentials from '~/.docker/config.json'.`,
Example: `# Pull an OCI artifact created by flux from GHCR Example: `# Pull an OCI artifact created by flux from GHCR

Loading…
Cancel
Save