@@ -18,35 +18,35 @@ Interact with Scaleway API from the command line.
1818 * [ Quick Start] ( #quick-start )
1919 * [ Workflows] ( #workflows )
2020 * [ Commands] ( #commands )
21+ * [ ` help [COMMAND] ` ] ( #scw-help )
2122 * [ ` attach [OPTIONS] SERVER ` ] ( #scw-attach )
22- * [ ` help [OPTIONS] ` ] ( #scw-help )
23- * [ ` commit [OPTIONS] ` ] ( #scw-commit )
24- * [ ` cp [OPTIONS] ` ] ( #scw-cp )
25- * [ ` create [OPTIONS] ` ] ( #scw-create )
23+ * [ ` commit [OPTIONS] SERVER [NAME] ` ] ( #scw-commit )
24+ * [ ` cp [OPTIONS] SERVER:PATH|HOSTPATH|- SERVER:PATH|HOSTPATH|- ` ] ( #scw-cp )
25+ * [ ` create [OPTIONS] IMAGE ` ] ( #scw-create )
2626 * [ ` events [OPTIONS] ` ] ( #scw-events )
27- * [ ` exec [OPTIONS] ` ] ( #scw-exec )
28- * [ ` history [OPTIONS] ` ] ( #scw-history )
27+ * [ ` exec [OPTIONS] SERVER COMMAND [ARGS...] ` ] ( #scw-exec )
28+ * [ ` history [OPTIONS] IMAGE ` ] ( #scw-history )
2929 * [ ` images [OPTIONS] ` ] ( #scw-images )
3030 * [ ` info [OPTIONS] ` ] ( #scw-info )
31- * [ ` inspect [OPTIONS] ` ] ( #scw-inspect )
32- * [ ` kill [OPTIONS] ` ] ( #scw-kill )
31+ * [ ` inspect [OPTIONS] IDENTIFIER [IDENTIFIER...] ` ] ( #scw-inspect )
32+ * [ ` kill [OPTIONS] SERVER ` ] ( #scw-kill )
3333 * [ ` login [OPTIONS] ` ] ( #scw-login )
3434 * [ ` logout [OPTIONS] ` ] ( #scw-logout )
35- * [ ` logs [OPTIONS] ` ] ( #scw-logs )
36- * [ ` port [OPTIONS] ` ] ( #scw-port )
35+ * [ ` logs [OPTIONS] SERVER ` ] ( #scw-logs )
36+ * [ ` port [OPTIONS] SERVER [PRIVATE_PORT[/PROTO]] ` ] ( #scw-port )
3737 * [ ` ps [OPTIONS] ` ] ( #scw-ps )
38- * [ ` rename [OPTIONS] ` ] ( #scw-rename )
39- * [ ` restart [OPTIONS] ` ] ( #scw-restart )
40- * [ ` rm [OPTIONS] ` ] ( #scw-rm )
41- * [ ` rmi [OPTIONS] ` ] ( #scw-rmi )
42- * [ ` run [OPTIONS] ` ] ( #scw-run )
43- * [ ` search [OPTIONS] ` ] ( #scw-search )
44- * [ ` start [OPTIONS] ` ] ( #scw-start )
45- * [ ` stop [OPTIONS] ` ] ( #scw-stop )
46- * [ ` tag [OPTIONS] ` ] ( #scw-tag )
47- * [ ` top [OPTIONS] ` ] ( #scw-top )
38+ * [ ` rename [OPTIONS] SERVER NEW_NAME ` ] ( #scw-rename )
39+ * [ ` restart [OPTIONS] SERVER [SERVER...] ` ] ( #scw-restart )
40+ * [ ` rm [OPTIONS] SERVER [SERVER...] ` ] ( #scw-rm )
41+ * [ ` rmi [OPTIONS] IMAGE [IMAGE...] ` ] ( #scw-rmi )
42+ * [ ` run [OPTIONS] IMAGE [COMMAND] [ARGS...] ` ] ( #scw-run )
43+ * [ ` search [OPTIONS] TERM ` ] ( #scw-search )
44+ * [ ` start [OPTIONS] SERVER [SERVER...] ` ] ( #scw-start )
45+ * [ ` stop [OPTIONS] SERVER [SERVER...] ` ] ( #scw-stop )
46+ * [ ` tag [OPTIONS] SNAPSHOT NAME ` ] ( #scw-tag )
47+ * [ ` top [OPTIONS] SERVER ` ] ( #scw-top )
4848 * [ ` version [OPTIONS] ` ] ( #scw-version )
49- * [ ` wait [OPTIONS] ` ] ( #scw-wait )
49+ * [ ` wait [OPTIONS] SERVER [SERVER...] ` ] ( #scw-wait )
5050 * [ Examples] ( #examples )
51515 . [ Changelog] ( #changelog )
52526 . [ Development] ( #development )
0 commit comments