Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.1 KB

tkn_hub_get_pipeline.md

File metadata and controls

48 lines (28 loc) · 1.1 KB

tkn hub get pipeline

Get Pipeline by name, catalog and version

Usage

tkn hub get pipeline

Synopsis

Get Pipeline by name, catalog and version

Examples

Get a Pipeline of name 'foo':

tkn hub get pipeline foo

or

Get a Pipeline of name 'foo' of version '0.3':

tkn hub get pipeline foo --version 0.3

Options

  -h, --help   help for pipeline

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'.
      --from string         Name of Catalog to which resource belongs to.
      --type string         The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default "tekton")
      --version string      Version of Resource

SEE ALSO

  • tkn hub get - Get resource manifest by its name, kind, catalog, and version