File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ Options:
108
108
--version Show version number [boolean]
109
109
--help Show help [boolean]
110
110
--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]
111
112
--functions Functions you wish to build and deploy
112
113
-q, --quiet Don't log anything [default: false]
113
114
-e, --env Environment you want to deploy to, if it doesn't exist it will be created
@@ -116,6 +117,7 @@ Examples:
116
117
shep deploy Launch an interactive CLI
117
118
shep deploy --env production Deploy all functions with production env variables
118
119
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
119
121
shep deploy --env production --functions create-user Deploy only the create-user function
120
122
shep deploy --env beta --functions '*-user' Deploy only functions matching the pattern *-user
121
123
```
You can’t perform that action at this time.
0 commit comments