Skip to content

Commit

Permalink
chore(docs): update cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtkeller committed Nov 3, 2024
1 parent 2acc835 commit 8074bcf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cli-commands/lula_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Collection of dev commands to make dev life easier
### Options

```
-h, --help help for dev
-h, --help help for dev
-s, --set strings set a value in the template data
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/cli-commands/lula_dev_get-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ To hang for timeout of 5 seconds:

```
-l, --log-level string Log level when running Lula. Valid options are: warn, info, debug, trace (default "info")
-s, --set strings set a value in the template data
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cli-commands/lula_dev_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ To lint existing validation files:

```
-l, --log-level string Log level when running Lula. Valid options are: warn, info, debug, trace (default "info")
-s, --set strings set a value in the template data
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cli-commands/lula_dev_validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ To hang for timeout of 5 seconds:

```
-l, --log-level string Log level when running Lula. Valid options are: warn, info, debug, trace (default "info")
-s, --set strings set a value in the template data
```

### SEE ALSO
Expand Down

0 comments on commit 8074bcf

Please sign in to comment.