Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
coufalja committed Mar 16, 2018
1 parent dd76910 commit 2c830b0
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Tool currently provides functionality t get (download) config file from server.
```

### SEE ALSO
* [config decrypt](config_decrypt.md) - Decrypt the value server-side and prints the response
* [config encrypt](config_encrypt.md) - Encrypt the value server-side and prints the response
* [config gendoc](config_gendoc.md) - Generates documentation for this tool in Markdown format
* [config get](config_get.md) - Get the config from the given config server
* [config initializer](config_initializer.md) - Runs K8s initializer for injecting config from Cloud Config Server
Expand Down
30 changes: 30 additions & 0 deletions docs/config_decrypt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## config decrypt

Decrypt the value server-side and prints the response

### Synopsis


Decrypt the value server-side and prints the response

```
config decrypt [flags]
```

### Options

```
-h, --help help for decrypt
-s, --source string address of the config server
--value string value to decrypt *WARNING* unsafe use standard-in instead
```

### Options inherited from parent commands

```
-v, --verbose verbose output
```

### SEE ALSO
* [config](config.md) - Spring Cloud Config management tool

30 changes: 30 additions & 0 deletions docs/config_encrypt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## config encrypt

Encrypt the value server-side and prints the response

### Synopsis


Encrypt the value server-side and prints the response

```
config encrypt [flags]
```

### Options

```
-h, --help help for encrypt
-s, --source string address of the config server
--value string value to encrypt *WARNING* unsafe use standard-in instead
```

### Options inherited from parent commands

```
-v, --verbose verbose output
```

### SEE ALSO
* [config](config.md) - Spring Cloud Config management tool

11 changes: 5 additions & 6 deletions docs/config_initializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ config initializer [flags]
### Options

```
-c, --configmap string The config initializer configuration configmap (default "initializer-config")
-h, --help help for initializer
-i, --initializer-name string The initializer name (default "config.initializer.kubernetes.io")
--kubeconfig If kubeconfig should b e used for connecting to the cluster, mainly for debugging purposes, when false command autodiscover configuration from within the cluster
-n, --namespace string The configuration namespace (default "default")
-e, --watched-namespace string The initializer watched namespace (default all)
-c, --configmap string The config initializer configuration configmap (default "initializer-config")
-h, --help help for initializer
-i, --initializer-name string The initializer name (default "config.initializer.kubernetes.io")
--kubeconfig If kubeconfig should b e used for connecting to the cluster, mainly for debugging purposes, when false command autodiscover configuration from within the cluster
-n, --namespace string The configuration namespace (default "default")
```

### Options inherited from parent commands
Expand Down

0 comments on commit 2c830b0

Please sign in to comment.