WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx get
list of jx commands
jx get
Display one or more resources
Synopsis
Display one or more resources.
Valid resource types include:
- environments (aka ’env')
- pipelines (aka ‘pipe’)
- urls (aka ‘url’)
jx get TYPE [flags]
Examples
# List all pipelines
jx get pipeline
# List all URLs for services in the current namespace
jx get url
Options
-h, --help help for get
Options inherited from parent commands
-b, --batch-mode Runs in batch mode without prompting for user input
--verbose Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
SEE ALSO
- jx - jx is a command line tool for working with Jenkins X
- jx get activities - Display one or more Activities on projects
- jx get addons - Lists the addons
- jx get applications - Display one or more Applications and their versions
- jx get apps - Display one or more installed Apps (an app is similar to an addon)
- jx get branchpattern - Display the git branch patterns for the current Team used on creating and importing projects
- jx get build - Display one or more build resources
- jx get buildpack - Display the teams build pack Git repository and references used for the current Team used on creating and importing projects
- jx get chat - Display the current registered chat service URLs
- jx get config - Display the project configuration
- jx get crd - Display resources count for all custom resources
- jx get cve - Display Common Vulnerabilities and Exposures (CVEs)
- jx get devpod - Lists the DevPods
- jx get environments - Display one or more Environments
- jx get git - Display the current registered Git service URLs
- jx get helmbin - Display the Helm binary name used in the pipelines
- jx get issue - Display the status of an issue
- jx get issues - Display one or more issues
- jx get lang - Display the pack of the current working directory
- jx get limits - Displays the git user limits
- jx get pipelines - Display one or more Pipelines
- jx get plugins - List all visible plugin executables on a user’s PATH
- jx get previews - Display one or more Preview Environments
- jx get quickstartlocation - Display one or more Quickstart Locations
- jx get quickstarts - Lists the available quickstarts
- jx get releases - Display the Release or Releases the current user is a member of
- jx get storage - Display the storage configuration for different classifications
- jx get stream - Displays the version of a chart, package or docker image from the Version Stream
- jx get teamroles - Display the Team or Teams the current user is a member of
- jx get teams - Display the Team or Teams the current user is a member of
- jx get token - Display the tokens for different kinds of services
- jx get tracker - Display the current registered issue tracker service URLs
- jx get urls - Display one or more URLs
- jx get users - Display the User or Users the current user is a member of
- jx get vault - Display one or more Vaults
- jx get vault-config - Gets the configuration for using the Vault CLI
Auto generated by spf13/cobra on 2-Sep-2020
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 2, 2020: updated jx commands & API docs from 2.1.138 (4fc0bedc90)