Skip to content

Commit

Permalink
chore: regenerated plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 22, 2021
1 parent 0e28496 commit 18faf80
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 37 deletions.
34 changes: 4 additions & 30 deletions content/en/v3/develop/reference/jx/application/_index.md
Expand Up @@ -2,7 +2,7 @@
title: jx application
linktitle: application
type: docs
description: "command for viewing deployed Applications across Environments ***Aliases**: application,version,versions*"
description: "Command for viewing deployed Applications across Environments"
aliases:
- jx-application
---
Expand All @@ -15,40 +15,14 @@ jx application

### Synopsis

Display applications across environments.

### Examples

```bash
# List applications, their URL and pod counts for all environments
jx get applications

# List applications only in the Staging environment
jx get applications -e staging

# List applications only in the Production environment
jx get applications -e production

# List applications only in a specific namespace
jx get applications -n jx-staging

# List applications hiding the URLs
jx get applications -u

# List applications just showing the versions (hiding urls and pod counts)
jx get applications -u -p

```
Command for viewing deployed Applications across Environments

### Options

```
-b, --batch-mode Runs in batch mode without prompting for user input
-e, --env string Filter applications in the given environment
-h, --help help for jx-application
-n, --namespace string Filter applications in the given namespace
-p, --pod Hide the pod counts
-w, --preview Show preview environments only
-u, --url Hide the URLs
--log-level string Sets the logging level. If not specified defaults to $JX_LOG_LEVEL
--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
51 changes: 51 additions & 0 deletions content/en/v3/develop/reference/jx/application/get/_index.md
@@ -0,0 +1,51 @@
---
title: jx application get
linktitle: get
type: docs
description: "Display one or more Applications and their versions ***Aliases**: applications,apps*"
aliases:
- jx-application_get
---

### Usage

```
jx application get application
```

### Synopsis

Display applications across environments.

### Examples

```bash
# List applications, their URL and pod counts for all environments
jx get applications
# List applications only in the Staging environment
jx get applications -e staging
# List applications only in the Production environment
jx get applications -e production
# List applications only in a specific namespace
jx get applications -n jx-staging
# List applications hiding the URLs
jx get applications -u
# List applications just showing the versions (hiding urls and pod counts)
jx get applications -u -p

```
### Options

```
-e, --env string Filter applications in the given environment
-h, --help help for get
-n, --namespace string Filter applications in the given namespace
-p, --pod Hide the pod counts
-u, --url Hide the URLs
```



### Source

[jenkins-x-plugins/jx-application](https://github.com/jenkins-x-plugins/jx-application)
Expand Up @@ -23,13 +23,6 @@ Displays the version of this command
-h, --help help for version
```

### 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
```



### Source
Expand Down

0 comments on commit 18faf80

Please sign in to comment.