WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx edit requirements
list of jx commands
jx edit requirements
Edits the local ‘jx-requirements.yml file for ‘jx boot’
Synopsis
Edits the local ‘jx-requirements.yml file for ‘jx boot’
jx edit requirements [flags]
Examples
# edits the local 'jx-requirements.yml' file used for 'jx boot'
jx edit requirements --domain foo.com --tls --provider eks
Options
--autoupdate-schedule string the cron schedule for auto upgrading your cluster
--autoupgrade enables or disables auto upgrades
--boot-config-url string specify the boot configuration git URL
--bucket-backups string the bucket URL to store backups
--bucket-logs string the bucket URL to store logs
--bucket-repo string the bucket URL to store repository artifacts
--bucket-reports string the bucket URL to store reports. If not specified default to te logs bucket
-c, --cluster string configures the cluster name
--dir string the directory to search for the 'jx-requirements.yml' file (default ".")
-d, --domain string configures the domain name
--env-git-owner string the git owner (organisation or user) used to own the git repositories for the environments
--env-git-public enables or disables whether the environment repositories should be public
--extdns-sa string configures the External DNS service account name
--git-kind string the kind of git repository to use. Possible values: bitbucketcloud, bitbucketserver, gitea, github, gitlab
--git-name string the name of the git repository
--git-server string the git server host such as https://github.com or https://gitlab.com
-g, --gitops enables or disables the use of gitops
--helm-version string configures the Helm major version. e.g. 3 to try helm 3
-h, --help help for requirements
--kaniko enables or disables the use of kaniko
--kaniko-sa string configures the Kaniko service account name
-n, --namespace string configures the namespace to use
--project string configures the Google Project ID
-p, --provider string configures the kubernetes provider
-r, --region string configures the cloud region
--registry string configures the host name of the container registry
-s, --secret string configures the kind of secret storage. Values: local, vault
--terraform enables or disables the use of terraform
--tls-email string the TLS email address to enable TLS on the domain
--vault-bucket string specify the vault bucket
--vault-disable-url-discover override the default lookup of the Vault URL, could be incluster service or external ingress
--vault-key string specify the vault key
--vault-keyring string specify the vault key ring
--vault-name string specify the vault name
--vault-recreate-bucket enables or disables whether to rereate the secret bucket on boot
--vault-sa string specify the vault Service Account name
--velero-ns string specify the Velero Namespace
--velero-sa string specify the Velero Service Account name
--version-stream-ref string specify the Version Stream git reference (branch, tag, sha)
--version-stream-url string specify the Version Stream git URL
-w, --webhook string configures the kind of webhook. Values jenkins, lighthouse, prow
-z, --zone string configures the cloud zone
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 edit - Edit a resource
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)