Skip to content

Commit

Permalink
Add markdown output to docs (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman authored Apr 13, 2021
1 parent 5140ea7 commit b8f9b86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ target-versions:
k8s: v1.16.0
```
### Markdown
```
pluto detect-files -o markdown
| NAME | NAMESPACE | KIND | VERSION | REPLACEMENT | DEPRECATED | DEPRECATED IN | REMOVED | REMOVED IN |
|-----------|----------------|------------|--------------------|-------------|------------|---------------|---------|------------|
| utilities | <UNKNOWN> | Deployment | extensions/v1beta1 | apps/v1 | true | v1.9.0 | true | v1.16.0 |
| utilities | json-namespace | Deployment | extensions/v1beta1 | apps/v1 | true | v1.9.0 | true | v1.16.0 |
| utilities | yaml-namespace | Deployment | extensions/v1beta1 | apps/v1 | true | v1.9.0 | true | v1.16.0 |
```

## CI Pipelines

Pluto has specific exit codes that is uses to indicate certain results:
Expand Down

0 comments on commit b8f9b86

Please sign in to comment.