sdm admin clouds update

Last modified on March 24, 2023

NAME:
   sdm admin clouds update - update one or more clouds

USAGE:
   sdm admin clouds update command [command options] [arguments...]

COMMANDS:
   aws        update AWS cloud
   azure      update Azure (Password) cloud
   azurecert  update Azure (Certificate) cloud
   gcp        update GCP cloud

OPTIONS:
   --file value, -f value  load from a JSON file
   --stdin, -i             load from stdin
   --filter value          filter e.g. 'field:name tag:key=value ...'
   --filter-json value     path to JSON based filter
   --tags value            tags e.g. 'key=value,...'
   --delete-tags value     delete-tags e.g. 'key,...'
   --delete-all-tags       
   --help, -h              show help
Top