Skip to content

Commit

Permalink
TRIVIAL regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrackoa committed Apr 27, 2023
1 parent 0ecb68f commit f82cba5
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/scccmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tool currently provides functionality to get (download) config file from server.

```
-h, --help help for scccmd
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_decrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scccmd decrypt [flags]
### Options inherited from parent commands

```
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Diff the config from the given config server
### Options inherited from parent commands

```
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_diff_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scccmd diff files [flags]
```
-a, --application string name of the application to get the config for
--label string configuration label (default "master")
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
--profile string configuration profile (default "default")
-s, --source string address of the config server
--target-label string second label to diff with
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_diff_values.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scccmd diff values [flags]
```
-a, --application string name of the application to get the config for
--label string configuration label (default "master")
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
--profile string configuration profile (default "default")
-s, --source string address of the config server
--target-label string second label to diff with
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_encrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scccmd encrypt [flags]
### Options inherited from parent commands

```
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_gendoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ scccmd gendoc [flags]
### Options inherited from parent commands

```
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Get the config from the given config server
### Options inherited from parent commands

```
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_get_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scccmd get files [flags]
```
-a, --application string name of the application to get the config for
-l, --label string configuration label (default "master")
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
-p, --profile string configuration profile (default "default")
-s, --source string address of the config server
```
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_get_values.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ scccmd get values [flags]
```
-a, --application string name of the application to get the config for
-l, --label string configuration label (default "master")
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
-p, --profile string configuration profile (default "default")
-s, --source string address of the config server
```
Expand Down
2 changes: 1 addition & 1 deletion docs/scccmd_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scccmd version [flags]
### Options inherited from parent commands

```
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
```

### SEE ALSO
Expand Down
10 changes: 5 additions & 5 deletions docs/scccmd_webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ scccmd webhook [flags]
### Options

```
-c, --cert-file string location of public part of SSL certificate (default "keys/publickey.cer")
-f, --config-file string the configuration file (default "config/config.yaml")
-c, --cert-file string Location of public part of SSL certificate (default "keys/publickey.cer")
-f, --config-file string The configuration namespace (default "config/config.yaml")
-h, --help help for webhook
-k, --key-file string location of private key of SSL certificate (default "keys/private.key")
-p, --port int webhook port (default 443)
-k, --key-file string Location of private key of SSL certificate (default "keys/private.key")
-p, --port int Webhook port (default 443)
```

### Options inherited from parent commands

```
--log-level string command log level (options: [panic fatal error warning info debug trace]) (default "info")
--log-level string command log level (options: [panic fatal error warning info debug]) (default "info")
```

### SEE ALSO
Expand Down

0 comments on commit f82cba5

Please sign in to comment.