Skip to content

Commit

Permalink
feat: added get graph command
Browse files Browse the repository at this point in the history
This command returns a serialized representation of the project's
DependencyGraph.
  • Loading branch information
thsig committed Dec 3, 2018
1 parent 8bbc389 commit 15c4592
Show file tree
Hide file tree
Showing 7 changed files with 237 additions and 111 deletions.
9 changes: 9 additions & 0 deletions docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,15 @@ Examples:
| -------- | ----- | ---- | ----------- |
| `--interactive` | | boolean | Set to false to skip interactive mode and just output the command result

### garden get graph

Outputs the dependency relationships specified in this project's garden.yml files.


##### Usage

garden get graph

### garden get config

Outputs the fully resolved configuration for this project and environment.
Expand Down
Loading

0 comments on commit 15c4592

Please sign in to comment.