Skip to content

Commit 23b1f36

Browse files
added npx prefix to command instructions (#880)
* added npx prefix to command instructions * Create smooth-lies-complain.md * Fix lint --------- Co-authored-by: Edward Foyle <[email protected]>
1 parent 7f71913 commit 23b1f36

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/smooth-lies-complain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/backend-cli': patch
3+
---
4+
5+
added npx prefix to profile setup command instructions

packages/cli/src/command_middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { loadConfig } from '@smithy/node-config-provider';
55
import { NODE_REGION_CONFIG_OPTIONS } from '@aws-sdk/region-config-resolver';
66
import { InvalidCredentialError } from './error/credential_error.js';
77

8-
export const profileSetupInstruction = `To configure a new Amplify profile, use "amplify configure profile".`;
8+
export const profileSetupInstruction = `To configure a new Amplify profile, use "npx amplify configure profile".`;
99

1010
/**
1111
* Contains middleware functions.

0 commit comments

Comments
 (0)