Skip to content

Commit

Permalink
update(cmd/pull): remove outdate info from pull description
Browse files Browse the repository at this point in the history
Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku committed Aug 31, 2023
1 parent ada1c20 commit 22592bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/registry/pull/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ const (
Artifact references are passed as arguments.
A reference is either a simple name or a fully qualified reference ("<registry>/<repository>"),
A reference is a fully qualified reference ("<registry>/<repository>"),
optionally followed by ":<tag>" (":latest" is assumed by default when no tag is given).
When providing just the name of the artifact, the command will search for the artifacts in
the configured index files, and if found, it will use the registry and repository specified
in the indexes.
Example - Pull artifact "myplugin" for the platform where falcoctl is running (default) in the current working directory (default):
falcoctl registry pull localhost:5000/myplugin:latest
Expand Down

0 comments on commit 22592bc

Please sign in to comment.