-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathusage.txt
31 lines (18 loc) · 1.13 KB
/
usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
hyperswarm scale-scenarios
hscale -c /path/to/config
-c | --cfg | --config Path to a config ini file, should contain at least:
AWSAccessKeyId
AWSSecretKey
AWSKeyPair
AWSSecurityGroup (overrides --sg flag)
Config file can also override type, region, image and node
-n | --node Version of Node.js to install, default: "8"
Can specify up to patch version number if required.
--type | -t Instance type, default: c5.metal
--region | -r AWS Region, default: eu-central-1
--image | -i AMI to create instance from, default: ami-009c174642dba28e4
(ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20190627.1)
--sg Security group, defaults to 'allow-ssh' which must
be manually created in order to work
--dry | -d Dry run instance creation
--help | -h Output usage