Skip to content

Services Providers

Mik edited this page Jan 11, 2023 · 4 revisions

Services Providers sp commands

Bind Plan bind-plan

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.

Unbind Plan unbind-plan

Unbinds plans from Services Providers. Usage:

$ nocloud unbind-plan [sp-uuid] [plan-uuid] [[flags]]

Command has no extra flags except global.

Create create

Creates Services Provider in NoCloud from YAML or JSON template. Usage:

$ nocloud create [path-to-template] [[flags]]

Command has no extra flags except global.

Delete delete

Deletes Services Provider from NoCloud. Usage:

$ nocloud sp delete [uuid] [[flags]]

Command has no extra flags except global.

Extention ext

Manage ServicesProviders Extentions. See following sub-commands.

List ext list

Lists registered ServicesProviders Extentions. Usage:

$ nocloud sp ext list

Command has no extra flags except global.

Get get

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.

Invoke invoke

Coming soon...

List list

Coming soon...

Test test

Coming soon...

Update update

Coming soon...

Prepare prep

Coming soon...

Clone this wiki locally