-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update docs for config set and remove #295
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
@@ -73,17 +73,17 @@ By default shep builds all your functions using webpack. If your project require | |||
##### 1. Configure AWS | |||
Since Shep uses the same credentials as the AWS CLI, all you need to do is configure the cli. This can be accomplished via `aws configure`. | |||
##### 2. Create a new Shep project | |||
Run `shep new my-project` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the trailing spaces allow the newline to show in the rendered output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my vscode auto trims whitespace 🤕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no it's a markdown thing
@@ -4,7 +4,7 @@ import configSet from '../../config-set' | |||
import * as load from '../../util/load' | |||
import merge from 'lodash.merge' | |||
|
|||
export const command = 'set <vars...>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd make the env optional because it will ask you if you don't specify one. eg set [--env=<env>]
No description provided.