Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.08 KB

tkn_hub_get.md

File metadata and controls

36 lines (24 loc) · 1.08 KB

tkn hub get

Get resource manifest by its name, kind, catalog, and version

Usage

tkn hub get

Synopsis

Get resource manifest by its name, kind, catalog, and version

Options

      --from string      Name of Catalog to which resource belongs to.
  -h, --help             help for get
      --version string   Version of Resource

Options inherited from parent commands

      --api-server string   Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
                            URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
      --type string         The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default "tekton")

SEE ALSO