Skip to content

Commit 074c749

Browse files
update (some) deps; baby steps into moving forward yet again
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
1 parent c8937f7 commit 074c749

78 files changed

Lines changed: 3673 additions & 1276 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-kill \- Halts one or more running CoreOS instances
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl kill [VMids]\fP
13+
\fBcorectl kill [VMids] [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -23,6 +23,10 @@ Halts one or more running CoreOS instances
2323
\fB\-a\fP, \fB\-\-all\fP[=false]
2424
halts all running instances
2525

26+
.PP
27+
\fB\-h\fP, \fB\-\-help\fP[=false]
28+
help for kill
29+
2630

2731
.SH OPTIONS INHERITED FROM PARENT COMMANDS
2832
.PP
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-load \- Loads CoreOS instances defined in an instrumentation file.
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl load path/to/yourProfile\fP
13+
\fBcorectl load path/to/yourProfile [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -19,6 +19,12 @@ Loads CoreOS instances defined in an instrumentation file (either in TOML, JSON
1919
VMs are always launched by alphabetical order relative to their names.
2020

2121

22+
.SH OPTIONS
23+
.PP
24+
\fB\-h\fP, \fB\-\-help\fP[=false]
25+
help for load
26+
27+
2228
.SH OPTIONS INHERITED FROM PARENT COMMANDS
2329
.PP
2430
\fB\-d\fP, \fB\-\-debug\fP[=false]
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-ls \- Lists the CoreOS images available locally
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl ls\fP
13+
\fBcorectl ls [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -27,6 +27,10 @@ Lists the CoreOS images available locally
2727
\fB\-c\fP, \fB\-\-channel\fP="alpha"
2828
CoreOS channel
2929

30+
.PP
31+
\fB\-h\fP, \fB\-\-help\fP[=false]
32+
help for ls
33+
3034
.PP
3135
\fB\-j\fP, \fB\-\-json\fP[=false]
3236
outputs in JSON for easy 3rd party integration
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-panic \- Hard kills a running CoreOS instance
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl panic [VMids]\fP
13+
\fBcorectl panic [VMids] [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -20,6 +20,10 @@ This feature is intended as a practical way to test and reproduce both cluster f
2020

2121

2222
.SH OPTIONS
23+
.PP
24+
\fB\-h\fP, \fB\-\-help\fP[=false]
25+
help for panic
26+
2327
.PP
2428
\fB\-r\fP, \fB\-\-random\fP[=false]
2529
hard kill a randomly choosen running instance
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-ps \- Lists running CoreOS instances
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl ps\fP
13+
\fBcorectl ps [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -19,6 +19,10 @@ Lists running CoreOS instances
1919

2020

2121
.SH OPTIONS
22+
.PP
23+
\fB\-h\fP, \fB\-\-help\fP[=false]
24+
help for ps
25+
2226
.PP
2327
\fB\-j\fP, \fB\-\-json\fP[=false]
2428
outputs in JSON for easy 3rd party integration
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-pull \- Pulls a CoreOS image from upstream
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl pull\fP
13+
\fBcorectl pull [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -27,6 +27,10 @@ Pulls a CoreOS image from upstream
2727
\fB\-f\fP, \fB\-\-force\fP[=false]
2828
forces the rebuild of an image, if already local
2929

30+
.PP
31+
\fB\-h\fP, \fB\-\-help\fP[=false]
32+
help for pull
33+
3034
.PP
3135
\fB\-v\fP, \fB\-\-version\fP="latest"
3236
CoreOS version
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ corectl\-put \- copy file to inside VM
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl put path/to/file VMid:/file/path/on/destination\fP
13+
\fBcorectl put path/to/file VMid:/file/path/on/destination [flags]\fP
1414

1515

1616
.SH DESCRIPTION
1717
.PP
1818
copy file to inside VM
1919

2020

21+
.SH OPTIONS
22+
.PP
23+
\fB\-h\fP, \fB\-\-help\fP[=false]
24+
help for put
25+
26+
2127
.SH OPTIONS INHERITED FROM PARENT COMMANDS
2228
.PP
2329
\fB\-d\fP, \fB\-\-debug\fP[=false]
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-query \- Display information about the running CoreOS instances
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl query [VMids]\fP
13+
\fBcorectl query [VMids] [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -23,6 +23,10 @@ Display information about the running CoreOS instances
2323
\fB\-a\fP, \fB\-\-all\fP[=false]
2424
display a table with extended information about running CoreOS instances
2525

26+
.PP
27+
\fB\-h\fP, \fB\-\-help\fP[=false]
28+
help for query
29+
2630
.PP
2731
\fB\-i\fP, \fB\-\-ip\fP[=false]
2832
displays given instance IP address
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-rm \- Remove(s) CoreOS image(s) from the local filesystem
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl rm\fP
13+
\fBcorectl rm [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -23,6 +23,10 @@ Remove(s) CoreOS image(s) from the local filesystem
2323
\fB\-c\fP, \fB\-\-channel\fP="alpha"
2424
CoreOS channel
2525

26+
.PP
27+
\fB\-h\fP, \fB\-\-help\fP[=false]
28+
help for rm
29+
2630
.PP
2731
\fB\-p\fP, \fB\-\-purge\fP[=false]
2832
purges outdated images
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ corectl\-run \- Boots a new CoreOS instance
1010

1111
.SH SYNOPSIS
1212
.PP
13-
\fBcorectl run\fP
13+
\fBcorectl run [flags]\fP
1414

1515

1616
.SH DESCRIPTION
@@ -35,6 +35,10 @@ Boots a new CoreOS instance
3535
\fB\-F\fP, \fB\-\-format\-root\fP[=false]
3636
formats and partitions the (persistent) root volume
3737

38+
.PP
39+
\fB\-h\fP, \fB\-\-help\fP[=false]
40+
help for run
41+
3842
.PP
3943
\fB\-m\fP, \fB\-\-memory\fP=1024
4044
VM's RAM, in MB, per instance (1024 < memory < 8192)

0 commit comments

Comments
 (0)