From 961b905017011cd0fb345d1e2d8b696846f7becd Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Sep 2023 10:12:04 +0000 Subject: [PATCH] chore: regenerated plugin docs Created by this action run: https://github.com/jenkins-x/jx-docs/actions/runs/6183966585 --- .../reference/jx/secret/export/_index.md | 39 ------------------- .../reference/jx/secret/import/_index.md | 39 ------------------- 2 files changed, 78 deletions(-) delete mode 100644 content/en/v3/develop/reference/jx/secret/export/_index.md delete mode 100644 content/en/v3/develop/reference/jx/secret/import/_index.md diff --git a/content/en/v3/develop/reference/jx/secret/export/_index.md b/content/en/v3/develop/reference/jx/secret/export/_index.md deleted file mode 100644 index 3ddea2037d6..00000000000 --- a/content/en/v3/develop/reference/jx/secret/export/_index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: jx secret export -linktitle: export -type: docs -description: "Exports the current populated values to a YAML file" -aliases: - - jx-secret_export ---- - -### Usage - -``` -jx secret export -``` - -### Synopsis - -Exports the current populated values to a YAML file - -### Examples - - ```bash - jx-secret export - - ``` -### Options - -``` - -c, --console display the secrets on the console instead of a file - -f, --file string the file to use to save the secrets to - -h, --help help for export - -n, --ns string the namespace to filter the ExternalSecret resources -``` - - - -### Source - -[jenkins-x-plugins/jx-secret](https://github.com/jenkins-x-plugins/jx-secret) diff --git a/content/en/v3/develop/reference/jx/secret/import/_index.md b/content/en/v3/develop/reference/jx/secret/import/_index.md deleted file mode 100644 index 2007f09eba2..00000000000 --- a/content/en/v3/develop/reference/jx/secret/import/_index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: jx secret import -linktitle: import -type: docs -description: "Imports a YAML file of secret values" -aliases: - - jx-secret_import ---- - -### Usage - -``` -jx secret import -``` - -### Synopsis - -Imports a YAML of secret values into the underlying secret store - -### Examples - - ```bash - jx-secret import -f mysecrets.yaml - - ``` -### Options - -``` - --fail-on-unknown-key should the command fail if a key from the YAML file is unknown - -f, --file string the name of the file to import - -h, --help help for import - -n, --ns string the namespace to filter the ExternalSecret resources -``` - - - -### Source - -[jenkins-x-plugins/jx-secret](https://github.com/jenkins-x-plugins/jx-secret)