Skip to content

Commit

Permalink
wrap to 80 columns
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
Zbynek Roubalik committed Oct 7, 2020
1 parent 1ac540d commit dc99a11
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ var deployCmd = &cobra.Command{
Short: "Deploy an existing Function project to a cluster",
Long: `Deploy an existing Function project to a cluster
Builds and Deploys the Function project in the current directory. A path to the project
directory may be provided using the --path or -p flag. Reads the faas.yaml configuration file
to determine the image name. An image and repository may be specified on the command line
using the --image or -i and --repository or -r flag.
If the Function is already deployed, it is updated with a new container image that is pushed to a
container image repository, and the Knative Service is updated.
Builds and Deploys the Function project in the current directory.
A path to the project directory may be provided using the --path or -p flag.
Reads the faas.yaml configuration file to determine the image name.
An image and repository may be specified on the command line using
the --image or -i and --repository or -r flag.
If the Function is already deployed, it is updated with a new container image
that is pushed to an image repository, and the Knative Service is updated.
The namespace into which the project is deployed defaults to the value in the
faas.yaml configuration file. If NAMESPACE is not set in the configuration,
Expand Down

0 comments on commit dc99a11

Please sign in to comment.