File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ Options:
62
62
--scaleway-commercial-type "VC1S" Specifies the commercial type [$SCALEWAY_COMMERCIAL_TYPE]
63
63
--scaleway-debug Enables Scaleway client debugging [$SCALEWAY_DEBUG]
64
64
--scaleway-image "ubuntu-xenial" Specifies the image [$SCALEWAY_IMAGE]
65
+ --scaleway-ip Specifies the IP address [$SCALEWAY_IP]
65
66
--scaleway-name Assign a name [$SCALEWAY_NAME]
66
67
--scaleway-organization Scaleway organization [$SCALEWAY_ORGANIZATION]
67
68
--scaleway-token Scaleway token [$SCALEWAY_TOKEN]
@@ -139,6 +140,7 @@ $ curl --silent http://212.47.248.251 | head -n1 # you can also open your browse
139
140
| `` --scaleway-commercial-type `` or `` $SCALEWAY_COMMERCIAL_TYPE `` | Commercial type | VC1S | no |
140
141
| `` --scaleway-image `` or `` $SCALEWAY_IMAGE `` | Server image | ubuntu-xenial | no |
141
142
| `` --scaleway-debug `` or `` $SCALEWAY_DEBUG `` | Toggle debugging | false | no |
143
+ | `` --scaleway-ip `` or `` $SCALEWAY_IP `` | Server IP | "" | no |
142
144
143
145
---
144
146
You can’t perform that action at this time.
0 commit comments