Skip to content

Commit b270827

Browse files
authored
Update src/pages/gen2/deploy-and-host/sandbox-environments/features/index.mdx
1 parent 50c329c commit b270827

File tree

1 file changed

+1
-1
lines changed
  • src/pages/gen2/deploy-and-host/sandbox-environments/features

1 file changed

+1
-1
lines changed

src/pages/gen2/deploy-and-host/sandbox-environments/features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ After successful deployment, you will have two sandboxes `feature1sandbox` and `
146146
When working with multiple sandboxes, secrets must be configured for each one. All of the `sandbox secret` commands accept the `--name` argument to manage secrets for named sandboxes. For example, to add a secret to `feature1sandbox`, use:
147147

148148
```bash
149-
npx amplify sandbox --name feature1sandbox secret set baz
149+
npx amplify sandbox --identifier feature1sandbox secret set baz
150150
```
151151

152152
## Generate client config

0 commit comments

Comments
 (0)