You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `--set` is a repeatable flag. For array fields such as `tags`, repeat `--set` to provide multiple values or use the `+=` operator to append without replacing.
416
-
> Array literal syntax like `--set target.tags=[a,b]` is not supported.
417
-
> The `platform` field is a special case. It also accepts a comma-separated list.
415
+
> `--set` is a repeatable flag. For array fields such as `tags`, repeat `--set`
416
+
> to provide multiple values or use the `+=` operator to append without
417
+
> replacing. Array literal syntax like `--set target.tags=[a,b]` is not
0 commit comments