Skip to content

Commit

Permalink
Merge pull request #3741 from jenkins-x/regen-plugin-docs-20241010-23…
Browse files Browse the repository at this point in the history
…0953

chore: regenerated plugin docs
  • Loading branch information
jenkins-x-bot authored Oct 10, 2024
2 parents 347c99e + a6b4f5e commit 6b53a80
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/en/v3/develop/reference/jx/admin/create/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Creates a new git repository for a new Jenkins X installation
--repository string the artifact repository. Possible values are: none, bucketrepo, nexus, artifactory
-r, --requirements string The 'jx-requirements.yml' file to use in the created development git repository. This file may be created via terraform
--secret string configures the secret storage kind. Possible values: local, vault
--skip-namespace-creation if enabled skip namespace creation
--tls enable TLS for Ingress
--tls-email string the TLS email address to enable TLS on the domain
--tls-production the LetsEncrypt production service, defaults to true, set to false to use the Staging service (default true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Installs the git operator in a cluster
--no-switch-namespace to disable switching to the installation namespace after installing the operator
--set stringArray one or more helm set arguments to pass through the git operator chart. Equivalent to running 'helm install --set some.name=value'
--setup stringArray a git configuration command to configure git inside the git operator pod to deal with things like insecure docker registries etc. e.g. supply 'git config --global http.sslverify false' to disable TLS verification
--skip-namespace-creation if enabled skip namespace creation
--token string specify the git token the operator will use to clone the environment git repository if there is no password in the git URL. If not specified defaults to $GIT_TOKEN
-u, --url string the git URL for the environment to boot using the operator. This is optional - the git operator Secret can be created later
--username string specify the git user name the operator will use to clone the environment git repository if there is no username in the git URL. If not specified defaults to $GIT_USERNAME
Expand Down
37 changes: 37 additions & 0 deletions content/en/v3/develop/reference/jx/admin/stop/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: jx admin stop
linktitle: stop
type: docs
description: "stops the currently running boot Job ***Aliases**: suspend*"
aliases:
- jx-admin_stop
---

### Usage

```
jx admin stop
```

### Synopsis

Stops the currently running boot Job.

It works by setting spec.suspend=true in the job.

### Options

```
-b, --batch-mode Runs in batch mode without prompting for user input
-h, --help help for stop
--log-level string Sets the logging level. If not specified defaults to $JX_LOG_LEVEL
-n, --namespace string the namespace where the boot jobs run. If not specified it will look in: jx-git-operator and jx
-s, --selector string the selector of the boot Job pods (default "app=jx-boot")
--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
```



### Source

[jenkins-x-plugins/jx-admin](https://github.com/jenkins-x-plugins/jx-admin)

0 comments on commit 6b53a80

Please sign in to comment.