We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d11ddd0 + d120698 commit 7a642bcCopy full SHA for 7a642bc
2 files changed
docs/README.md
@@ -67,7 +67,7 @@ It makes it much easier to deploy lambda functions and create API gateway resour
67
Go to your project directory and run the following command.
68
69
```bash
70
-$ npm init
+$ kes init
71
```
72
73
This will create a `.kes` folder on your project folder. It will include the following files:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kes",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Making deployment to AWS using CloudFormation easier and fun",
5
"scripts": {
6
"html-docs": "documentation build bin/cli.js -f html -o _docs --theme node_modules/documentation-devseed-theme",
0 commit comments