Skip to content

Commit d4c4c2f

Browse files
Update API docs
1 parent 40f5f8e commit d4c4c2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DOCS.md

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Options:
108108
--version Show version number [boolean]
109109
--help Show help [boolean]
110110
--build Build functions before deployment. Use --no-build to skip this step [default: true]
111+
--api Deploy API along with functions. Use --no-api to skip this step [default: true]
111112
--functions Functions you wish to build and deploy
112113
-q, --quiet Don't log anything [default: false]
113114
-e, --env Environment you want to deploy to, if it doesn't exist it will be created
@@ -116,6 +117,7 @@ Examples:
116117
shep deploy Launch an interactive CLI
117118
shep deploy --env production Deploy all functions with production env variables
118119
shep deploy --env beta --no-build Deploy all functions as currently built in the dist folder
120+
shep deploy --env beta --no-api Deploy all functions but not the API
119121
shep deploy --env production --functions create-user Deploy only the create-user function
120122
shep deploy --env beta --functions '*-user' Deploy only functions matching the pattern *-user
121123
```

0 commit comments

Comments
 (0)