Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Update Kubeless docs and remove repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuens committed Sep 4, 2017
1 parent 323ae77 commit d0bf583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/providers/kubeless/cli-reference/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ This is the simplest deployment usage possible. With this command Serverless wil
## Options
- `--noDeploy` or `-n` Skips the deployment steps and leaves artifacts in the `.serverless` directory.
- `--verbose` or `-v` Shows all stack events during deployment, and display any Stack Output.
- `--function` or `-f` The name of the function which should be updated.
- `--package` or `-p` The path of a previously packaged deployment to get deployed (skips packaging step).
- `--function` or `-f` Invoke `deploy function` (see above). Convenience shortcut - cannot be used with `--package`.

Expand Down

0 comments on commit d0bf583

Please sign in to comment.