What is the syntax for a freeform-tag on the oci command line?
Content
For example, please correct this command:
oci bv backup update --volume-backup-id <ID> --freeform-tags '[{"Purpose":"Test"}]'
I've tried with and without multiple quote-mark and bracket combinations and I get: Error: Got unexpected extra arguments ...
0