-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from garethjevans/docs
chore: regenerated documentation
- Loading branch information
Showing
7 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## dx delete | ||
|
||
|
||
|
||
``` | ||
dx delete [flags] | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--help Show help for command | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dx](dx.md) - Plumming dx | ||
* [dx delete repos](dx_delete_repos.md) - Delete your repositories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## dx delete repos | ||
|
||
Delete your repositories | ||
|
||
``` | ||
dx delete repos [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-o, --org string Organization to query | ||
-q, --query string JMESPath query filter | ||
-u, --user string User to query | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--help Show help for command | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dx delete](dx_delete.md) - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## dx get repos | ||
|
||
Lists your repositories | ||
|
||
``` | ||
dx get repos [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-o, --org string Organization to query | ||
-q, --query string JMESPath query filter | ||
-u, --user string User to query | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--help Show help for command | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dx get](dx_get.md) - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## dx namespace | ||
|
||
View or change the current Kubernetes cluster namespace | ||
|
||
``` | ||
dx namespace [flags] | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--help Show help for command | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dx](dx.md) - Plumming dx | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters