@@ -26,20 +26,21 @@ $ cozy-stack instances add --dev --passphrase cozy --apps drive,photos,settings
2626### Options
2727
2828```
29- --apps strings Apps to be preinstalled
30- --context-name string Context name of the instance
31- --dev To create a development instance
32- --disk-quota string The quota allowed to the instance's VFS
33- --email string The email of the owner
34- -h, --help help for add
35- --locale string Locale of the new cozy instance (default "en")
36- --passphrase string Register the instance with this passphrase (useful for tests)
37- --public-name string The public name of the owner
38- --settings string A list of settings (eg context:foo,offer:premium)
39- --swift-cluster int Specify a cluster number for swift
40- --tos string The TOS version signed
41- --tz string The timezone for the user
42- --uuid string The UUID of the instance
29+ --apps strings Apps to be preinstalled
30+ --context-name string Context name of the instance
31+ --dev To create a development instance
32+ --disk-quota string The quota allowed to the instance's VFS
33+ --domain-aliases strings Specify one or more aliases domain for the instance (separated by ',')
34+ --email string The email of the owner
35+ -h, --help help for add
36+ --locale string Locale of the new cozy instance (default "en")
37+ --passphrase string Register the instance with this passphrase (useful for tests)
38+ --public-name string The public name of the owner
39+ --settings string A list of settings (eg context:foo,offer:premium)
40+ --swift-cluster int Specify a cluster number for swift
41+ --tos string The TOS version signed
42+ --tz string The timezone for the user
43+ --uuid string The UUID of the instance
4344```
4445
4546### Options inherited from parent commands
0 commit comments