-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: better man to markdown and missing openapi schema
- Loading branch information
Showing
87 changed files
with
1,898 additions
and
1,810 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# NAME | ||
--- | ||
title: Backup | ||
sidebar_position: 2 | ||
--- | ||
|
||
backup - Backup the current state | ||
# Backup | ||
|
||
# SYNOPSIS | ||
## SYNOPSIS | ||
|
||
**backup** \[**-o**\|**\--output-dir**\] \[**-y**\|**\--yes**\] | ||
\[**-h**\|**\--help**\] | ||
**backup** \[**-o**\|**--output-dir**\] \[**-y**\|**--yes**\] | ||
\[**-h**\|**--help**\] | ||
|
||
# DESCRIPTION | ||
## DESCRIPTION | ||
|
||
Backup the current state | ||
|
||
# OPTIONS | ||
## OPTIONS | ||
|
||
**-o**, **\--output-dir**=*OUTPUT_DIR* | ||
**-o**, **--output-dir**=*OUTPUT_DIR* | ||
Directory where to write the backup default to the current directory | ||
|
||
: Directory where to write the backup default to the current directory | ||
**-y**, **--yes** | ||
Skip confirmation | ||
|
||
**-y**, **\--yes** | ||
|
||
: Skip confirmation | ||
|
||
**-h**, **\--help** | ||
|
||
: Print help | ||
**-h**, **--help** | ||
Print help |
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 |
---|---|---|
@@ -1,34 +1,32 @@ | ||
# NAME | ||
--- | ||
title: Cargo create | ||
sidebar_position: 4 | ||
--- | ||
|
||
create - Create a new cargo | ||
# Cargo create | ||
|
||
# SYNOPSIS | ||
## SYNOPSIS | ||
|
||
**create** \[**-v**\|**\--volume**\] \[**-e**\|**\--env**\] | ||
\[**-h**\|**\--help**\] \<*NAME*\> \<*IMAGE*\> | ||
**create** \[**-v**\|**--volume**\] \[**-e**\|**--env**\] | ||
\[**-h**\|**--help**\] \<*NAME*\> \<*IMAGE*\> | ||
|
||
# DESCRIPTION | ||
## DESCRIPTION | ||
|
||
Create a new cargo | ||
|
||
# OPTIONS | ||
## OPTIONS | ||
|
||
**-v**, **\--volume**=*VOLUMES* | ||
**-v**, **--volume**=*VOLUMES* | ||
Volumes of the cargo | ||
|
||
: Volumes of the cargo | ||
**-e**, **--env**=*ENV* | ||
Environment variables of the cargo | ||
|
||
**-e**, **\--env**=*ENV* | ||
**-h**, **--help** | ||
Print help | ||
|
||
: Environment variables of the cargo | ||
\<*NAME*\> | ||
Name of the cargo | ||
|
||
**-h**, **\--help** | ||
|
||
: Print help | ||
|
||
\<*NAME*\> | ||
|
||
: Name of the cargo | ||
|
||
\<*IMAGE*\> | ||
|
||
: Image of the cargo | ||
\<*IMAGE*\> | ||
Image of the cargo |
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 |
---|---|---|
@@ -1,51 +1,45 @@ | ||
# NAME | ||
--- | ||
title: Cargo exec | ||
sidebar_position: 5 | ||
--- | ||
|
||
exec - Execute a command inside a cargo | ||
# Cargo exec | ||
|
||
# SYNOPSIS | ||
## SYNOPSIS | ||
|
||
**exec** \[**-t**\|**\--tty**\] \[**\--detach-keys**\] \[**-e **\] | ||
\[**\--privileged**\] \[**-u **\] \[**-w**\|**\--workdir**\] | ||
\[**-h**\|**\--help**\] \<*NAME*\> \[*COMMAND*\] | ||
**exec** \[**-t**\|**--tty**\] \[**--detach-keys**\] \[**-e **\] | ||
\[**--privileged**\] \[**-u **\] \[**-w**\|**--workdir**\] | ||
\[**-h**\|**--help**\] \<*NAME*\> \[*COMMAND*\] | ||
|
||
# DESCRIPTION | ||
## DESCRIPTION | ||
|
||
Execute a command inside a cargo | ||
|
||
# OPTIONS | ||
## OPTIONS | ||
|
||
**-t**, **\--tty** | ||
**-t**, **--tty** | ||
Allocate a pseudo-TTY | ||
|
||
: Allocate a pseudo-TTY | ||
**--detach-keys**=*DETACH_KEYS* | ||
Override the key sequence for detaching a container | ||
|
||
**\--detach-keys**=*DETACH_KEYS* | ||
**-e**=*ENV* | ||
Set environment variables | ||
|
||
: Override the key sequence for detaching a container | ||
**--privileged** | ||
Give extended privileges to the command | ||
|
||
**-e**=*ENV* | ||
**-u**=*USER* | ||
Username or UID (format: "\<name\|uid\>\[:\<group\|gid\>\]") | ||
|
||
: Set environment variables | ||
**-w**, **--workdir**=*WORKING_DIR* | ||
Working directory inside the container | ||
|
||
**\--privileged** | ||
**-h**, **--help** | ||
Print help | ||
|
||
: Give extended privileges to the command | ||
\<*NAME*\> | ||
Name of cargo to execute command | ||
|
||
**-u**=*USER* | ||
|
||
: Username or UID (format: \"\<name\|uid\>\[:\<group\|gid\>\]\") | ||
|
||
**-w**, **\--workdir**=*WORKING_DIR* | ||
|
||
: Working directory inside the container | ||
|
||
**-h**, **\--help** | ||
|
||
: Print help | ||
|
||
\<*NAME*\> | ||
|
||
: Name of cargo to execute command | ||
|
||
\[*COMMAND*\] | ||
|
||
: Command to execute | ||
\[*COMMAND*\] | ||
Command to execute |
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 |
---|---|---|
@@ -1,21 +1,22 @@ | ||
# NAME | ||
--- | ||
title: Cargo history | ||
sidebar_position: 6 | ||
--- | ||
|
||
history - List cargo history | ||
# Cargo history | ||
|
||
# SYNOPSIS | ||
## SYNOPSIS | ||
|
||
**history** \[**-h**\|**\--help**\] \<*NAME*\> | ||
**history** \[**-h**\|**--help**\] \<*NAME*\> | ||
|
||
# DESCRIPTION | ||
## DESCRIPTION | ||
|
||
List cargo history | ||
|
||
# OPTIONS | ||
## OPTIONS | ||
|
||
**-h**, **\--help** | ||
**-h**, **--help** | ||
Print help | ||
|
||
: Print help | ||
|
||
\<*NAME*\> | ||
|
||
: Name of cargo to browse history | ||
\<*NAME*\> | ||
Name of cargo to browse history |
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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
# NAME | ||
--- | ||
title: Cargo inspect | ||
sidebar_position: 7 | ||
--- | ||
|
||
inspect - Inspect a cargo by its name | ||
# Cargo inspect | ||
|
||
# SYNOPSIS | ||
## SYNOPSIS | ||
|
||
**inspect** \[**\--display**\] \[**-h**\|**\--help**\] \<*KEY*\> | ||
**inspect** \[**--display**\] \[**-h**\|**--help**\] \<*KEY*\> | ||
|
||
# DESCRIPTION | ||
## DESCRIPTION | ||
|
||
Inspect a cargo by its name | ||
|
||
# OPTIONS | ||
## OPTIONS | ||
|
||
**\--display**=*DISPLAY* | ||
**--display**=*DISPLAY* | ||
Display format | ||
|
||
: Display format\ | ||
|
||
\ | ||
|
||
\[*possible values: *yaml, toml, json\] | ||
|
||
**-h**, **\--help** | ||
|
||
: Print help | ||
|
||
\<*KEY*\> | ||
**-h**, **--help** | ||
Print help | ||
|
||
: Key or Name of the object to inspect | ||
\<*KEY*\> | ||
Key or Name of the object to inspect |
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 |
---|---|---|
@@ -1,34 +1,32 @@ | ||
# NAME | ||
--- | ||
title: Cargo list | ||
sidebar_position: 8 | ||
--- | ||
|
||
list - List existing cargo | ||
# Cargo list | ||
|
||
# SYNOPSIS | ||
## SYNOPSIS | ||
|
||
**list** \[**-q**\|**\--quiet**\] \[**-l**\|**\--limit**\] | ||
\[**-o**\|**\--offset**\] \[**\--filters**\] \[**-h**\|**\--help**\] | ||
**list** \[**-q**\|**--quiet**\] \[**-l**\|**--limit**\] | ||
\[**-o**\|**--offset**\] \[**--filters**\] \[**-h**\|**--help**\] | ||
|
||
# DESCRIPTION | ||
## DESCRIPTION | ||
|
||
List existing cargo | ||
|
||
# OPTIONS | ||
## OPTIONS | ||
|
||
**-q**, **\--quiet** | ||
**-q**, **--quiet** | ||
Only show keys | ||
|
||
: Only show keys | ||
**-l**, **--limit**=*LIMIT* | ||
Limit the number of results default to 100 | ||
|
||
**-l**, **\--limit**=*LIMIT* | ||
**-o**, **--offset**=*OFFSET* | ||
Offset the results to navigate through the results | ||
|
||
: Limit the number of results default to 100 | ||
**--filters**=*FILTERS* | ||
Filters | ||
|
||
**-o**, **\--offset**=*OFFSET* | ||
|
||
: Offset the results to navigate through the results | ||
|
||
**\--filters**=*FILTERS* | ||
|
||
: Filters | ||
|
||
**-h**, **\--help** | ||
|
||
: Print help | ||
**-h**, **--help** | ||
Print help |
Oops, something went wrong.