8000 Template formatted output for ps & inspect by darkowlzz · Pull Request #518 · weaveworks/ignite · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Template formatted output for ps & inspect #518

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cli docs for ps and inspect
  • Loading branch information
darkowlzz committed Feb 25, 2020
commit 32e4113380ab0c23c4a2e1092c58b91154b98533
5 changes: 3 additions & 2 deletions docs/cli/ignite/ignite_inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ ignite inspect <kind> <object> [flags]
### Options

```
-h, --help help for inspect
-o, --output string Output the object in the specified format (default "json")
-h, --help help for inspect
-o, --output string Output the object in the specified format (default "json")
-t, --template string Format the output using the given Go template
```

### Options inherited from parent commands
Expand Down
7 changes: 4 additions & 3 deletions docs/cli/ignite/ignite_ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ ignite ps [flags]
### Options

```
-a, --all Show all VMs, not just running ones
-f, --filter string Filter the VMs
-h, --help help for ps
-a, --all Show all VMs, not just running ones
-f, --filter string Filter the VMs
-h, --help help for ps
-t, --template string Format the output using the given Go template
```

### Options inherited from parent commands
Expand Down
7 changes: 4 additions & 3 deletions docs/cli/ignite/ignite_vm_ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ ignite vm ps [flags]
### Options

```
-a, --all Show all VMs, not just running ones
-f, --filter string Filter the VMs
-h, --help help for ps
-a, --all Show all VMs, not just running ones
-f, --filter string Filter the VMs
-h, --help help for ps
-t, --template string Format the output using the given Go template
```

### 402F Options inherited from parent commands
Expand Down
0