From 3593988a0388b2c1b281b26e1ad42c32dbf33dd9 Mon Sep 17 00:00:00 2001 From: abernatskiy Date: Tue, 17 Sep 2024 06:53:24 +0900 Subject: [PATCH] Updating the deployments 2.0 changelog modified: docs/deployments-two-changelog.md --- docs/deployments-two-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployments-two-changelog.md b/docs/deployments-two-changelog.md index f7ce28cb..858247e7 100644 --- a/docs/deployments-two-changelog.md +++ b/docs/deployments-two-changelog.md @@ -47,7 +47,7 @@ Deployments 2.0 simplify [the deployment process](/cloud/overview) with several Changes to CLI behavior are rather extensive: * New flags `--name/-n`, `--tag/-t`, `--slot/-s`, `--reference/-r` have been added to nearly all commands. - - For `sqd deploy` they now can override their corresponding [manifest fields](#manifest-changes). **Tag specification takes priority over slot specification.** + - For `sqd deploy` they now can override their corresponding [manifest fields](#manifest-changes). Heterogenous overrides also work: `-t` in CLI overrides `slot:` in manifest, and `-s` overrides `tag:`. - For other commands (`sqd logs`, `sqd restart` etc) they allow for flexible specification of deployment. * New commands `sqd tags add` and `sqd tags remove` have been added. * The `sqd prod` command has been removed.