Skip to content

Commit

Permalink
updated jx commands & API docs from 2.1.138
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer authored and jenkins-x-bot committed Sep 2, 2020
1 parent cbead23 commit 4fc0bed
Show file tree
Hide file tree
Showing 325 changed files with 989 additions and 1,045 deletions.
3 changes: 2 additions & 1 deletion content/en/docs/reference/commands/deprecation.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "deprecated commands"
slug: deprecation
url: /commands/deprecation/
Expand All @@ -13,6 +13,7 @@ description: list of jx commands which have been deprecated

| Command | Removal Date | Replacement |
|----------------|----------------|--------------|
| jx create addon kubeless | Sep 1 2020 | jx add app jx-app-kubeless |
| jx create spring | Sep 1 2020 | jx create project |
| jx create vault | Sep 1 2020 | |
| jx delete vault | Sep 1 2020 | |
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx"
slug: jx
url: /commands/jx/
Expand All @@ -20,7 +20,7 @@ jx [flags]
### Options

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-b, --batch-mode Runs in batch mode without prompting for user input
-h, --help help for jx
--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
```
Expand Down Expand Up @@ -66,4 +66,4 @@ jx [flags]
* [jx upgrade](/commands/jx_upgrade/) - Upgrades a resource
* [jx version](/commands/jx_version/) - Print the version information

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_add.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx add"
slug: jx_add
url: /commands/jx_add/
Expand Down Expand Up @@ -30,7 +30,7 @@ jx add [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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
```

Expand All @@ -39,4 +39,4 @@ jx add [flags]
* [jx](/commands/jx/) - jx is a command line tool for working with Jenkins X
* [jx add app](/commands/jx_add_app/) - Adds an App (an app is similar to an addon)

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
9 changes: 6 additions & 3 deletions content/en/docs/reference/commands/jx_add_app.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx add app"
slug: jx_add_app
url: /commands/jx_add_app/
Expand All @@ -25,6 +25,9 @@ jx add app [flags]
# Add an app from a local path
jx add app .
# Add an app from git repository
jx add app https://github.com/jenkins-x-apps/jx-app-kubeless.git
```

### Options
Expand All @@ -46,12 +49,12 @@ jx add app [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 add](/commands/jx_add/) - Adds a new resource

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_boot.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx boot"
slug: jx_boot
url: /commands/jx_boot/
Expand Down Expand Up @@ -53,12 +53,12 @@ jx boot [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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](/commands/jx/) - jx is a command line tool for working with Jenkins X

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_completion.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx completion"
slug: jx_completion
url: /commands/jx_completion/
Expand Down Expand Up @@ -47,12 +47,12 @@ jx completion SHELL [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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](/commands/jx/) - jx is a command line tool for working with Jenkins X

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_compliance.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx compliance"
slug: jx_compliance
url: /commands/jx_compliance/
Expand All @@ -26,7 +26,7 @@ jx compliance ACTION [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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
```

Expand All @@ -39,4 +39,4 @@ jx compliance ACTION [flags]
* [jx compliance run](/commands/jx_compliance_run/) - Runs the compliance tests
* [jx compliance status](/commands/jx_compliance_status/) - Retrieves the status of compliance tests

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_compliance_delete.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx compliance delete"
slug: jx_compliance_delete
url: /commands/jx_compliance_delete/
Expand Down Expand Up @@ -33,12 +33,12 @@ jx compliance delete [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 compliance](/commands/jx_compliance/) - Run compliance tests against Kubernetes cluster

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_compliance_logs.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx compliance logs"
slug: jx_compliance_logs
url: /commands/jx_compliance_logs/
Expand Down Expand Up @@ -34,12 +34,12 @@ jx compliance logs [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 compliance](/commands/jx_compliance/) - Run compliance tests against Kubernetes cluster

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_compliance_results.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx compliance results"
slug: jx_compliance_results
url: /commands/jx_compliance_results/
Expand Down Expand Up @@ -33,12 +33,12 @@ jx compliance results [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 compliance](/commands/jx_compliance/) - Run compliance tests against Kubernetes cluster

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_compliance_run.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx compliance run"
slug: jx_compliance_run
url: /commands/jx_compliance_run/
Expand Down Expand Up @@ -33,12 +33,12 @@ jx compliance run [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 compliance](/commands/jx_compliance/) - Run compliance tests against Kubernetes cluster

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_compliance_status.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx compliance status"
slug: jx_compliance_status
url: /commands/jx_compliance_status/
Expand Down Expand Up @@ -33,12 +33,12 @@ jx compliance status [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 compliance](/commands/jx_compliance/) - Run compliance tests against Kubernetes cluster

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_context.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx context"
slug: jx_context
url: /commands/jx_context/
Expand Down Expand Up @@ -40,12 +40,12 @@ jx context [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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](/commands/jx/) - jx is a command line tool for working with Jenkins X

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_controller.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx controller"
slug: jx_controller
url: /commands/jx_controller/
Expand Down Expand Up @@ -32,7 +32,7 @@ jx controller <command> [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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
```

Expand All @@ -48,4 +48,4 @@ jx controller <command> [flags]
* [jx controller role](/commands/jx_controller_role/) - Controller which mirrors Role & EnvironmentRoleBinding resources to Roles and RoleBindings in all matching Environment namespaces
* [jx controller team](/commands/jx_controller_team/) - Runs the team controller

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_controller_backup.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx controller backup"
slug: jx_controller_backup
url: /commands/jx_controller_backup/
Expand Down Expand Up @@ -28,12 +28,12 @@ jx controller backup [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 controller](/commands/jx_controller/) - Runs a controller

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
6 changes: 3 additions & 3 deletions content/en/docs/reference/commands/jx_controller_build.md
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx controller build"
slug: jx_controller_build
url: /commands/jx_controller_build/
Expand Down Expand Up @@ -32,12 +32,12 @@ jx controller build [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 controller](/commands/jx_controller/) - Runs a controller

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx controller buildnumbers"
slug: jx_controller_buildnumbers
url: /commands/jx_controller_buildnumbers/
Expand Down Expand Up @@ -34,12 +34,12 @@ jx controller buildnumbers [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 controller](/commands/jx_controller/) - Runs a controller

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020
@@ -1,5 +1,5 @@
---
date: 2020-06-30T11:00:19Z
date: 2020-09-02T10:36:03-04:00
title: "jx controller commitstatus"
slug: jx_controller_commitstatus
url: /commands/jx_controller_commitstatus/
Expand All @@ -26,12 +26,12 @@ jx controller commitstatus [flags]
### Options inherited from parent commands

```
-b, --batch-mode Runs in batch mode without prompting for user input (default true)
-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 controller](/commands/jx_controller/) - Runs a controller

###### Auto generated by spf13/cobra on 30-Jun-2020
###### Auto generated by spf13/cobra on 2-Sep-2020

0 comments on commit 4fc0bed

Please sign in to comment.