Skip to content

Commit 0218829

Browse files
authored
Merge branch 'nightly' into release/stable/bin/nanocld/0.17.0
2 parents 6a185d9 + 4cb5fdb commit 0218829

31 files changed

+133
-37
lines changed

bin/nanocld/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN cargo build --release --features release --bin nanocld
4848
RUN cp /app/target/release/nanocld /bin/nanocld
4949

5050
# stage 3 - Create runtime image
51-
FROM --platform=$BUILDPLATFORM alpine:3.21.3
51+
FROM --platform=$BUILDPLATFORM alpine:3.22.1
5252

5353
## Install dependencies
5454
RUN apk --update add libgcc \

bin/nproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.10
1+
FROM ubuntu:25.10
22

33
USER root
44

doc/man/nanocl-logs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ logs - Get logs of a process
1212
## SYNOPSIS
1313

1414
**logs** \[**-s **\] \[**-u **\] \[**-t **\] \[**--timestamps**\] \[**-f
15-
**\] \[**-h**\|**--help**\] \<*NAME*\>
15+
**\] \[**-h**\|**--help**\] \[*NAMES*\]
1616

1717
## DESCRIPTION
1818

@@ -38,5 +38,5 @@ Bool, if set open the log as stream
3838
**-h**, **--help**
3939
Print help
4040

41-
\<*NAME*\>
42-
Name of process to show logs
41+
\[*NAMES*\]
42+
Name(s) of processes to show logs

doc/man/nanocl-state-apply.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply - Create or Update elements from a Statefile
1111

1212
## SYNOPSIS
1313

14-
**apply** \[**-s**\|**--state-location**\] \[**-f**\|**--follow**\]
14+
**apply** \[**-s**\|**--source**\] \[**-f**\|**--follow**\]
1515
\[**-y**\|**--yes**\] \[**-r**\|**--reload**\] \[**--remove-orphans**\]
1616
\[**-h**\|**--help**\] \[*ARGS*\]
1717

@@ -21,7 +21,7 @@ Create or Update elements from a Statefile
2121

2222
## OPTIONS
2323

24-
**-s**, **--state-location** *\<STATE_LOCATION\>*
24+
**-s**, **--source** *\<SOURCE\>*
2525
Path or Url to the Statefile
2626

2727
**-f**, **--follow**

doc/man/nanocl-state-doc.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: State doc
3+
sidebar_position: 68
4+
---
5+
6+
# State doc
7+
8+
# NAME
9+
10+
doc - Display documentation for a statefile
11+
12+
## SYNOPSIS
13+
14+
**doc** \<**-s**\|**--source**\> \[**-h**\|**--help**\]
15+
16+
## DESCRIPTION
17+
18+
Display documentation for a statefile
19+
20+
## OPTIONS
21+
22+
**-s**, **--source** *\<SOURCE\>*
23+
Path or URL to the statefile
24+
25+
**-h**, **--help**
26+
Print help

doc/man/nanocl-state-logs.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: State logs
3-
sidebar_position: 68
3+
sidebar_position: 69
44
---
55

66
# State logs
@@ -11,17 +11,16 @@ logs - Logs elements from a Statefile
1111

1212
## SYNOPSIS
1313

14-
**logs** \[**-s**\|**--state-location**\] \[**--since**\] \[**-u **\]
15-
\[**-t **\] \[**--timestamps**\] \[**-f **\] \[**-h**\|**--help**\]
16-
\[*ARGS*\]
14+
**logs** \[**-s**\|**--source**\] \[**--since**\] \[**-u **\] \[**-t
15+
**\] \[**--timestamps**\] \[**-f **\] \[**-h**\|**--help**\] \[*ARGS*\]
1716

1817
## DESCRIPTION
1918

2019
Logs elements from a Statefile
2120

2221
## OPTIONS
2322

24-
**-s**, **--state-location** *\<STATE_LOCATION\>*
23+
**-s**, **--source** *\<SOURCE\>*
2524
Path or Url to the Statefile
2625

2726
**--since** *\<SINCE\>*

doc/man/nanocl-state-man.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: State man
3+
sidebar_position: 70
4+
---
5+
6+
# State man
7+
8+
# NAME
9+
10+
man - Display documentation for a statefile
11+
12+
## SYNOPSIS
13+
14+
**man** \<**-s**\|**--source**\> \[**-h**\|**--help**\]
15+
16+
## DESCRIPTION
17+
18+
Display documentation for a statefile
19+
20+
## OPTIONS
21+
22+
**-s**, **--source** *\<SOURCE\>*
23+
Path or URL to the statefile
24+
25+
**-h**, **--help**
26+
Print help

doc/man/nanocl-state-remove.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: State remove
3-
sidebar_position: 69
3+
sidebar_position: 71
44
---
55

66
# State remove
@@ -11,7 +11,7 @@ remove - Remove elements from a Statefile
1111

1212
## SYNOPSIS
1313

14-
**remove** \[**-s**\|**--state-location**\] \[**-y**\|**--yes**\]
14+
**remove** \[**-s**\|**--source**\] \[**-y**\|**--yes**\]
1515
\[**-h**\|**--help**\] \[*ARGS*\]
1616

1717
## DESCRIPTION
@@ -20,7 +20,7 @@ Remove elements from a Statefile
2020

2121
## OPTIONS
2222

23-
**-s**, **--state-location** *\<STATE_LOCATION\>*
23+
**-s**, **--source** *\<SOURCE\>*
2424
Path or Url to the Statefile
2525

2626
**-y**, **--yes**

doc/man/nanocl-state-render.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: State render
3+
sidebar_position: 72
4+
---
5+
6+
# State render
7+
8+
# NAME
9+
10+
render - Render a Statefile with args to an output file
11+
12+
## SYNOPSIS
13+
14+
**render** \[**-s**\|**--source**\] \[**-o**\|**--output**\]
15+
\[**-y**\|**--yes**\] \[**-h**\|**--help**\] \[*ARGS*\]
16+
17+
## DESCRIPTION
18+
19+
Render a Statefile with args to an output file
20+
21+
## OPTIONS
22+
23+
**-s**, **--source** *\<SOURCE\>*
24+
Path or Url to the Statefile
25+
26+
**-o**, **--output** *\<OUTPUT\>*
27+
Output path for the rendered statefile
28+
29+
**-y**, **--yes**
30+
Skip the confirmation prompt
31+
32+
**-h**, **--help**
33+
Print help
34+
35+
\[*ARGS*\]
36+
Additional arguments to pass to the file

doc/man/nanocl-state.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: State
3-
sidebar_position: 70
3+
sidebar_position: 73
44
---
55

66
# State
@@ -24,9 +24,15 @@ Print help
2424

2525
# SUBCOMMANDS
2626

27+
state-man(1)
28+
Display documentation for a statefile
29+
2730
state-apply(1)
2831
Create or Update elements from a Statefile
2932

33+
state-render(1)
34+
Render a Statefile with args to an output file
35+
3036
state-logs(1)
3137
Logs elements from a Statefile
3238

0 commit comments

Comments
 (0)