core icon indicating copy to clipboard operation
core copied to clipboard

Cannot use `delete` in `common` section with `shards edit` subcommand

Open psFried opened this issue 2 years ago • 0 comments

The docs on deleting shard specs say that you can add delete: true under the common section. This does not work, though, since we unmarshal that field into a pc.ShardSpec, which does not contain the delete property.

We should update either the docs or the code here.

psFried avatar Aug 11 '22 15:08 psFried