-
Notifications
You must be signed in to change notification settings - Fork 1
Services Providers
Bind Billing Plan to Services Providers. In order to be able to deploy Instances to ServicesProviders Billing Plan(s) must be binded to it. Use this command to do it. Usage:
$ nocloud sp bind-plan [sp-uuid] [plan-uuid] [[flags]]
Command has no extra flags except global.
Unbinds plans from Services Providers. Usage:
$ nocloud unbind-plan [sp-uuid] [plan-uuid] [[flags]]
Command has no extra flags except global.
Creates Services Provider in NoCloud from YAML or JSON template. Usage:
$ nocloud create [path-to-template] [[flags]]
Command has no extra flags except global.
Deletes Services Provider from NoCloud. Usage:
$ nocloud sp delete [uuid] [[flags]]
Command has no extra flags except global.
Manage ServicesProviders Extentions. See following sub-commands.
Lists registered ServicesProviders Extentions. Usage:
$ nocloud sp ext list
Command has no extra flags except global.
Retrieves ServicesProvider config from NoCloud. By default, template would be printed as YAML. Usage:
$ nocloud sp get [uuid] [[flags]]
Command has no extra flags except global.
Coming soon...
Coming soon...
Coming soon...
Coming soon...
Coming soon...