c898a26ba0
* Deprecate merge-policies and add options add-policy-name/add-policy-id to improve CLI token update command * deprecate merge-roles fields * Fix potential flakey tests and update ux to remove 'completely' + typo fixes
8 lines
508 B
Plaintext
8 lines
508 B
Plaintext
```release-note:deprecation
|
|
cli: Deprecate the `-merge-policies` and `-merge-roles` flags from the `consul token update` command in favor of: `-append-policy-id`, `-append-policy-name`, `-append-role-name`, and `-append-role-id`.
|
|
```
|
|
|
|
```release-note:improvement
|
|
cli: added `-append-policy-id`, `-append-policy-name`, `-append-role-name`, and `-append-role-id` flags to the `consul token update` command.
|
|
These flags allow updates to a token's policies/roles without having to override them completely.
|
|
``` |