Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(cmd/pull): remove outdated info from pull description #319

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6 changes: 1 addition & 5 deletions cmd/registry/pull/pull_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ var registryPullHelp = `Pull Falco "rulesfile" or "plugin" OCI artifacts from re

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