This repository was archived by the owner on Jan 29, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ NOTE: **Windows** users should [enable symlinks](http://answers.perforce.com/art
7474| | cmd | description |
7575| ----| -----| --------------|
7676| 1. | ** npm install -g squeezer-cli** | Install Squeezer CLI |
77- | 2. | [ Configure AWS profile ] ( https://docs.squeezer.io/clouds/ aws/aws_profile.html ) | AWS Profile |
78- | 3. | ** sqz create --project my-first-project --template aws-api-nodejs --email you@example.org ** | Create a project |
79- | 4. | ** cd my-first-project ** | Switch to the project's directory |
77+ | 2. | ** sqz create --project my-first-project --template aws-api-nodejs --email you@example.org ** | Create a project |
78+ | 3. | ** cd my-first-project** | Switch to the project's directory |
79+ | 4. | [ Configure AWS profile ] ( https://docs.squeezer.io/clouds/aws/aws_profile.html ) | AWS Profile |
8080| 5. | ** sqz install** | Install all requirements |
8181| 5. | ** sqz compile** | Compile microservices |
8282| 7. | ** sqz serve** | Simulates project on your local microservices platform<br >* NOTE* : Live reload enabled by default |
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ Default output format [None]: json
2525#### Step 3 - Initiate the AWS profile for your Squeezer project
2626
2727```
28- $ sqz config --setting aws-profile --value my-first-project
28+ $ sqz config --setting aws_profile --value my-first-project
2929```
You can’t perform that action at this time.
0 commit comments