Great question from today
Is it possible to set other aspects of a customer via the vendor-cli? My goal is to be able set the license type to trial, as well as enable or disable gitops/backups/etc. I do see those endpoints documented in the vendor API, just not available in this tool?
I only see these options:
$ docker run --rm \
-e REPLICATED_APP \
-e REPLICATED_API_TOKEN \
-e REPLICATED_APP_ID \
replicated/vendor-cli customer create --help
create a customer
Usage:
replicated customer create [flags]
Flags:
--channel string Release channel to which the customer should be assigned
--ensure-channel If set, channel will be created if it does not exist.
--expires-in duration If set, an expiration date will be set on the license. Supports Go durations like '72h' or '3600m'
-h, --help help for create
--name string Name of the customer
Global Flags:
--app string The app slug or app id to use in all calls
--token string The API token to use to access your app in the Vendor API