Skip to content

Commit 0a5f32b

Browse files
committed
Add --scaleway-image documentation
1 parent ffdc59d commit 0a5f32b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,14 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows
117117

118118
## Options
119119

120-
|Option Name |Description |Default Value|required|
121-
|----------------------------------------------------------------|-------------------|-------------|--------|
122-
|``--scaleway-organization`` or ``$SCALEWAY_ORGANIZATION`` |Organization UUID |none |yes |
123-
|``--scaleway-token`` or ``$SCALEWAY_TOKEN`` |Token UUID |none |yes |
124-
|``--scaleway-name`` or ``$SCALEWAY_NAME`` |Server name |none |no |
125-
|``--scaleway-commercial-type`` or ``$SCALEWAY_COMMERCIAL_TYPE`` |Commercial type |VC1S |no |
120+
|Option Name |Description |Default Value |required|
121+
|----------------------------------------------------------------|-------------------|--------------|--------|
122+
|``--scaleway-organization`` or ``$SCALEWAY_ORGANIZATION`` |Organization UUID |none |yes |
123+
|``--scaleway-token`` or ``$SCALEWAY_TOKEN`` |Token UUID |none |yes |
124+
|``--scaleway-name`` or ``$SCALEWAY_NAME`` |Server name |none |no |
125+
|``--scaleway-commercial-type`` or ``$SCALEWAY_COMMERCIAL_TYPE`` |Commercial type |VC1S |no |
126+
|``--scaleway-image`` or ``$SCALEWAY_IMAGE`` |Server image |ubuntu-trusty |no |
127+
126128

127129
---
128130

0 commit comments

Comments
 (0)