Skip to content

waldur-cli team customer update

Update customers (organizations).

Usage

1
waldur-cli team customer update <UUID> (--request JSON | --request-file PATH | --generate-skeleton)
Flag Type Description
<UUID> positional Required unless --generate-skeleton (the template doesn't need a specific resource).
--request JSON string Request body as inline JSON.
--request-file PATH path Read the request body from a JSON or YAML file.
--generate-skeleton [FORMAT] json yaml

Examples

See the fillable template first:

1
waldur-cli team customer update --generate-skeleton

Then fill it in and submit (only the fields you're changing need a value -- null fields in the template are omitted, not sent literally):

1
waldur-cli team customer update <uuid> --request '{"abbreviation":null,"access_subnets":null,"accounting_start_date":null,"address":null,"agreement_number":null,"apartment_nr":null,"archived":null,"backend_id":null,"bank_account":null,"bank_name":null,"blocked":null,"city":null,"contact_details":null,"country":null,"default_tax_percent":null,"description":null,"display_billing_info_in_projects":null,"domain":null,"email":null,"grace_period_days":null,"homepage":null,"house_nr":null,"household":null,"image":null,"latitude":null,"longitude":null,"max_service_accounts":null,"name":"","native_name":null,"notification_emails":null,"parish":null,"phone_number":null,"postal":null,"project_metadata_checklist":null,"project_slug_template":null,"registration_code":null,"slug":null,"sponsor_number":null,"state":null,"street":null,"user_affiliations":null,"user_email_patterns":null,"user_identity_sources":null,"vat_code":null}'

Global options

Every command also accepts --api-url, --token, --profile, --format, and --debug; mutating commands additionally accept --dry-run. See Getting started for what each does.