-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update to nanocl 0.16 * added blog post * updated openapi spec
- Loading branch information
Showing
93 changed files
with
10,676 additions
and
1,508 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
leone: | ||
name: Leo <leone> Vernisse | ||
name: Leo Vernisse | ||
title: Core Team | ||
url: https://github.com/leon3s | ||
image_url: https://github.com/leon3s.png |
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,28 @@ | ||
--- | ||
title: Inspect | ||
sidebar_position: 27 | ||
--- | ||
|
||
# Inspect | ||
|
||
## SYNOPSIS | ||
|
||
**inspect** \[**--display**\] \[**-h**\|**--help**\] \<*KEY*\> | ||
|
||
## DESCRIPTION | ||
|
||
Inspect a process | ||
|
||
## OPTIONS | ||
|
||
**--display**=*DISPLAY* | ||
Display format | ||
|
||
|
||
\[*possible values: *yaml, toml, json\] | ||
|
||
**-h**, **--help** | ||
Print help | ||
|
||
\<*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,6 +1,6 @@ | ||
--- | ||
title: Install | ||
sidebar_position: 27 | ||
sidebar_position: 28 | ||
--- | ||
|
||
# Install | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Job inspect | ||
sidebar_position: 29 | ||
sidebar_position: 30 | ||
--- | ||
|
||
# Job 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,6 +1,6 @@ | ||
--- | ||
title: Job list | ||
sidebar_position: 30 | ||
sidebar_position: 31 | ||
--- | ||
|
||
# Job list | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Job logs | ||
sidebar_position: 31 | ||
sidebar_position: 32 | ||
--- | ||
|
||
# Job logs | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Job remove | ||
sidebar_position: 32 | ||
sidebar_position: 33 | ||
--- | ||
|
||
# Job remove | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Job start | ||
sidebar_position: 33 | ||
sidebar_position: 34 | ||
--- | ||
|
||
# Job start | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Job wait | ||
sidebar_position: 34 | ||
sidebar_position: 35 | ||
--- | ||
|
||
# Job wait | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Job | ||
sidebar_position: 28 | ||
sidebar_position: 29 | ||
--- | ||
|
||
# Job | ||
|
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,38 @@ | ||
--- | ||
title: Logs | ||
sidebar_position: 36 | ||
--- | ||
|
||
# Logs | ||
|
||
## SYNOPSIS | ||
|
||
**logs** \[**-s **\] \[**-u **\] \[**-t **\] \[**--timestamps**\] \[**-f | ||
**\] \[**-h**\|**--help**\] \<*NAME*\> | ||
|
||
## DESCRIPTION | ||
|
||
Get logs of a process | ||
|
||
## OPTIONS | ||
|
||
**-s**=*SINCE* | ||
Only include logs since unix timestamp | ||
|
||
**-u**=*UNTIL* | ||
Only include logs until unix timestamp | ||
|
||
**-t**=*TAIL* | ||
If integer only return last n logs, if "all" returns all logs | ||
|
||
**--timestamps** | ||
Bool, if set include timestamp to ever log line | ||
|
||
**-f** | ||
Bool, if set open the log as stream | ||
|
||
**-h**, **--help** | ||
Print help | ||
|
||
\<*NAME*\> | ||
Name of process to show logs |
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,6 +1,6 @@ | ||
--- | ||
title: Metric inspect | ||
sidebar_position: 36 | ||
sidebar_position: 38 | ||
--- | ||
|
||
# Metric 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,6 +1,6 @@ | ||
--- | ||
title: Metric list | ||
sidebar_position: 37 | ||
sidebar_position: 39 | ||
--- | ||
|
||
# Metric list | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Metric | ||
sidebar_position: 35 | ||
sidebar_position: 37 | ||
--- | ||
|
||
# Metric | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Namespace create | ||
sidebar_position: 39 | ||
sidebar_position: 41 | ||
--- | ||
|
||
# Namespace create | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Namespace inspect | ||
sidebar_position: 40 | ||
sidebar_position: 42 | ||
--- | ||
|
||
# Namespace 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,6 +1,6 @@ | ||
--- | ||
title: Namespace list | ||
sidebar_position: 41 | ||
sidebar_position: 43 | ||
--- | ||
|
||
# Namespace list | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Namespace remove | ||
sidebar_position: 42 | ||
sidebar_position: 44 | ||
--- | ||
|
||
# Namespace remove | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Namespace | ||
sidebar_position: 38 | ||
sidebar_position: 40 | ||
--- | ||
|
||
# Namespace | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Node list | ||
sidebar_position: 44 | ||
sidebar_position: 46 | ||
--- | ||
|
||
# Node list | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Node | ||
sidebar_position: 43 | ||
sidebar_position: 45 | ||
--- | ||
|
||
# Node | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Ps | ||
sidebar_position: 45 | ||
sidebar_position: 47 | ||
--- | ||
|
||
# Ps | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Resource history | ||
sidebar_position: 47 | ||
sidebar_position: 49 | ||
--- | ||
|
||
# Resource 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,6 +1,6 @@ | ||
--- | ||
title: Resource inspect | ||
sidebar_position: 48 | ||
sidebar_position: 50 | ||
--- | ||
|
||
# Resource 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,6 +1,6 @@ | ||
--- | ||
title: Resource list | ||
sidebar_position: 49 | ||
sidebar_position: 51 | ||
--- | ||
|
||
# Resource list | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Resource remove | ||
sidebar_position: 50 | ||
sidebar_position: 52 | ||
--- | ||
|
||
# Resource remove | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Resource revert | ||
sidebar_position: 51 | ||
sidebar_position: 53 | ||
--- | ||
|
||
# Resource revert | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Resource | ||
sidebar_position: 46 | ||
sidebar_position: 48 | ||
--- | ||
|
||
# Resource | ||
|
2 changes: 1 addition & 1 deletion
2
docs/references/nanocl/cli/nanocl-secret-create-container-registry.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Secret create env | ||
sidebar_position: 55 | ||
sidebar_position: 57 | ||
--- | ||
|
||
# Secret create env | ||
|
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,6 +1,6 @@ | ||
--- | ||
title: Secret create | ||
sidebar_position: 53 | ||
sidebar_position: 55 | ||
--- | ||
|
||
# Secret create | ||
|
Oops, something went wrong.