From 067cd01fc1eeac3b9011485bbd19bd254c3d0e30 Mon Sep 17 00:00:00 2001 From: Yiming Luo Date: Wed, 19 Nov 2025 12:46:04 -0500 Subject: [PATCH] chore: Update usage doc for publish_sandbox.sh --- scripts/publish_sandbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish_sandbox.sh b/scripts/publish_sandbox.sh index 0621553f..8a65f8f0 100755 --- a/scripts/publish_sandbox.sh +++ b/scripts/publish_sandbox.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Usage: VERSION=5 aws-vault exec sso-serverless-sandbox-account-admin -- publish_sandbox.sh +# Usage: VERSION=5 LAYERS=Datadog-Node22-x REGIONS=us-west-2 aws-vault exec sso-serverless-sandbox-account-admin -- publish_sandbox.sh set -e if [ -z "$VERSION" ]; then