cloudron 5.1.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cloudron +1 -1
- package/package.json +1 -1
package/bin/cloudron
CHANGED
|
@@ -197,7 +197,7 @@ program.command('install')
|
|
|
197
197
|
.option('-l, --location <domain>', 'Subdomain or full domain')
|
|
198
198
|
.option('-s, --secondary-domains [DOMAIN=domain,...]', 'Query/Set secondary domains')
|
|
199
199
|
.option('--appstore-id <appid[@version]>', 'Use app from the store')
|
|
200
|
-
.option('--no-sso', 'Disable Cloudron SSO [false]'
|
|
200
|
+
.option('--no-sso', 'Disable Cloudron SSO [false]')
|
|
201
201
|
.option('--debug [cmd]', 'Enable debug mode')
|
|
202
202
|
.option('--readonly', 'Mount filesystem readonly. Default is read/write in debug mode.')
|
|
203
203
|
.action(actions.install);
|