You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/features/pipeline.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,22 +396,22 @@ Usage:
396
396
zcli service deploy pathToFileOrDir [flags]
397
397
398
398
Flags:
399
-
--archiveFilePath string If set, zCLI creates a tar.gz archive with the application code in the required path relative
399
+
--archive-file-path string If set, zCLI creates a tar.gz archive with the application code in the required path relative
400
400
to the working directory. By default, no archive is created.
401
-
--deployGitFolder Sets a custom path to the zerops.yaml file relative to the working directory. By default zCLI
401
+
--deploy-git-folder Sets a custom path to the zerops.yaml file relative to the working directory. By default zCLI
402
402
looks for zerops.yaml in the working directory.
403
403
-h, --help the service deploy command.
404
-
--projectId string If you have access to more than one project, you must specify the project ID for which the
404
+
--project-id string If you have access to more than one project, you must specify the project ID for which the
405
405
command is to be executed.
406
-
--serviceId string If you have access to more than one service, you must specify the service ID for which the
406
+
--service-id string If you have access to more than one service, you must specify the service ID for which the
407
407
command is to be executed.
408
-
--versionName string Adds a custom version name. Automatically filled if the VERSIONNAME environment variable exists.
409
-
--workingDir string Sets a custom working directory. Default working directory is the current directory. (default "./")
410
-
--zeropsYamlPath string Sets a custom path to the zerops.yaml file relative to the working directory. By default zCLI
408
+
--version-name string Adds a custom version name. Automatically filled if the VERSIONNAME environment variable exists.
409
+
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
410
+
--zerops-yaml-path string Sets a custom path to the zerops.yaml file relative to the working directory. By default zCLI
411
411
looks for zerops.yaml in the working directory.
412
412
```
413
413
414
-
`pathToFileOrDir`defines paths to directories and/or files relative to the working directory. The working directory defaults to the current directory and can be changed using the `--workingDir` flag.
414
+
`pathToFileOrDir`defines paths to directories and/or files relative to the working directory. The working directory defaults to the current directory and can be changed using the `--working-dir` flag.
0 commit comments