diff --git a/docs/providers/aws/cli-reference/deploy.md b/docs/providers/aws/cli-reference/deploy.md index 96bab909d..8679a2ae8 100644 --- a/docs/providers/aws/cli-reference/deploy.md +++ b/docs/providers/aws/cli-reference/deploy.md @@ -22,7 +22,7 @@ serverless deploy ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. - `--stage` or `-s` The stage in your service that you want to deploy to. - `--region` or `-r` The region in that stage that you want to deploy to. - `--package` or `-p` path to a pre-packaged directory and skip packaging step. diff --git a/docs/providers/azure/cli-reference/deploy-list.md b/docs/providers/azure/cli-reference/deploy-list.md index db62c9ca0..f86651712 100644 --- a/docs/providers/azure/cli-reference/deploy-list.md +++ b/docs/providers/azure/cli-reference/deploy-list.md @@ -22,7 +22,7 @@ The displayed information is useful when rolling back a deployment or function v ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. ## Examples diff --git a/docs/providers/azure/cli-reference/deploy.md b/docs/providers/azure/cli-reference/deploy.md index 61c220b45..9b69a5715 100644 --- a/docs/providers/azure/cli-reference/deploy.md +++ b/docs/providers/azure/cli-reference/deploy.md @@ -22,7 +22,7 @@ serverless deploy ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. - `--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. diff --git a/docs/providers/azure/cli-reference/invoke.md b/docs/providers/azure/cli-reference/invoke.md index e4d31abd3..5103bf13a 100644 --- a/docs/providers/azure/cli-reference/invoke.md +++ b/docs/providers/azure/cli-reference/invoke.md @@ -22,7 +22,7 @@ serverless invoke --function functionName ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. - `--function` or `-f` The name of the function in your service that you want to invoke. **Required**. - `--path` or `-p` The path to a json file with input data to be passed to the invoked function. This path is relative to the root directory of the service. - `--data` or `-d` Stringified JSON data to be used as input to the function diff --git a/docs/providers/cloudflare/cli-reference/deploy.md b/docs/providers/cloudflare/cli-reference/deploy.md index 0fb6fc741..c1078dadc 100644 --- a/docs/providers/cloudflare/cli-reference/deploy.md +++ b/docs/providers/cloudflare/cli-reference/deploy.md @@ -45,7 +45,7 @@ This is the simplest deployment usage possible. With this command, Serverless wi ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. - `--verbose` or `-v`: Shows all stack events during deployment, and display any Stack Output. - `--function` or `-f`: Invokes `deploy function` (see above). Convenience shortcut diff --git a/docs/providers/fn/cli-reference/deploy.md b/docs/providers/fn/cli-reference/deploy.md index 1a558f9ec..8c2375145 100644 --- a/docs/providers/fn/cli-reference/deploy.md +++ b/docs/providers/fn/cli-reference/deploy.md @@ -26,7 +26,7 @@ This is the simplest deployment usage possible. With this command Serverless wil ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. - `--verbose` or `-v` Shows all stack events during deployment, and display any Stack Output. - `--function` or `-f` Invoke `deploy function` (see above). Convenience shortcut diff --git a/docs/providers/google/cli-reference/deploy.md b/docs/providers/google/cli-reference/deploy.md index 73757016d..8c00127d7 100644 --- a/docs/providers/google/cli-reference/deploy.md +++ b/docs/providers/google/cli-reference/deploy.md @@ -22,7 +22,7 @@ serverless deploy ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. ## Artifacts diff --git a/docs/providers/kubeless/cli-reference/deploy.md b/docs/providers/kubeless/cli-reference/deploy.md index 35bf7d9de..ec43d318e 100644 --- a/docs/providers/kubeless/cli-reference/deploy.md +++ b/docs/providers/kubeless/cli-reference/deploy.md @@ -26,7 +26,7 @@ This is the simplest deployment usage possible. With this command Serverless wil ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. - `--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. - `--package` or `-p` The path of a previously packaged deployment to get deployed (skips packaging step). diff --git a/docs/providers/openwhisk/cli-reference/deploy.md b/docs/providers/openwhisk/cli-reference/deploy.md index aa0753e45..c20eeb270 100644 --- a/docs/providers/openwhisk/cli-reference/deploy.md +++ b/docs/providers/openwhisk/cli-reference/deploy.md @@ -22,7 +22,7 @@ serverless deploy ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. - `--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` Invoke `deploy function` (see above). Convenience shortcut - cannot be used with `--package`. diff --git a/docs/providers/spotinst/cli-reference/deploy.md b/docs/providers/spotinst/cli-reference/deploy.md index 8dc0c561d..c7a07004d 100755 --- a/docs/providers/spotinst/cli-reference/deploy.md +++ b/docs/providers/spotinst/cli-reference/deploy.md @@ -22,6 +22,6 @@ serverless deploy -v ## Options -- `--config` or `-c` Path to your conifguration file, if other than `serverless.yml|.yaml|.js|.json`. +- `--config` or `-c` Name of your configuration file, if other than `serverless.yml|.yaml|.js|.json`. - `--package` or `-p` path to a pre-packaged directory and skip packaging step. - `--verbose` or `-v` Shows all stack events during deployment, and display any Stack Output.