Skip to content

Commit

Permalink
chore: add config command to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Dec 5, 2023
1 parent 7abcb88 commit 84e5cc9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/aspect_config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
sidebar_label: "config"
---
## aspect config

Displays details of configurations.

```
aspect config [flags]
```

### Options

```
-h, --help help for config
```

### Options inherited from parent commands

```
--aspect:config string User-specified Aspect CLI config file. /dev/null indicates that all further --aspect:config flags will be ignored.
--aspect:interactive Interactive mode (e.g. prompts for user input)
```

### SEE ALSO

* [aspect](aspect.md) - Aspect CLI

1 change: 1 addition & 0 deletions docs/command_list.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COMMAND_LIST = [
"build",
"canonicalize-flags",
"clean",
"config",
"configure",
"coverage",
"cquery",
Expand Down

0 comments on commit 84e5cc9

Please sign in to comment.