list-provision-history

Output a list of all provisioned features.

This command outputs a list of all provisioned features. You can limit the output using the --feature flag followed by a feature code, --host followed by the hostname a feature is on, or --owner followed by an owner name. If called by a system owner via the remote API, the list is automatically limited to the features provisioned by that owner.

By default, features that have been provisioned and then deleted are not included. However, you can opt to include then with the --deleted flag.

Example usage

  cloudmin list-provision-history  --feature mysql
  Feature         Owner           Description                    System         
  --------------- --------------- ------------------------------ ---------------
  MySQL logins    kvmprovision    Domain owner kvmprovision      lentor.home    
  MySQL logins    kvmprovision    Domain owner babble            lentor.home    

Command Line Help

cloudmin list-provision-history [--owner name]
                                [--feature type]
                                [--host name]
                                [--multiline]
                                [--deleted]