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
-`--start-without-code` - Start service immediately without deploy
197
+
-`--start-without-code` - Start service immediately without deployment
194
198
-`--working-dir string` - Sets custom working directory (default: "./")
195
199
-`--zerops-yaml-path string` - Sets custom path to zerops.yml file
196
200
@@ -213,14 +217,14 @@ zcli service push [service-id-or-name] [flags]
213
217
-`-v, --verbose` - Log additional debug data to the zCLI [debug log file](/references/zcli/configuration#logging-configuration)
214
218
-`--version-name string` - Adds a custom version name
215
219
-`--working-dir string` - Sets a custom working directory (default: "./")
216
-
-`-w, --workspace-state string` - Defines version of workspace to push:
217
-
-`clean` - pushes the HEAD without local changes
218
-
-`staged` - pushes only staged files
219
-
-`all` - pushes all staged and unstaged files (default)
220
+
-`-w, --workspace-state string` - Defines a version of workspace to push:
221
+
-`clean` - pushes the HEAD without local changes
222
+
-`staged` - pushes only staged files
223
+
-`all` - pushes all staged and unstaged files (default)
220
224
-`--zerops-yaml-path string` - Sets a custom path to the zerops.yml file
221
225
222
226
:::tip
223
-
You can also use `zcli push` as a shorthand for `zcli service push`.
227
+
You can also use `zcli push` as shorthand for `zcli service push`.
224
228
225
229
To avoid specifying `--project-id` and `--service-id` flags repeatedly, you can set default values in a `.zcli.yml` file or via environment variables. See the [Configuration](/references/zcli/configuration) page for details.
226
230
:::
@@ -286,7 +290,7 @@ zcli service log [flags]
286
290
-`--follow` - Continuously poll for new log messages
- `--start-without-code` - Start service immediately without deploy
21799
+
- `--start-without-code` - Start service immediately without deployment
21798
21800
- `--working-dir string` - Sets custom working directory (default: "./")
21799
21801
- `--zerops-yaml-path string` - Sets custom path to zerops.yml file
21800
21802
### service push
@@ -21813,13 +21815,13 @@ zcli service push [service-id-or-name] [flags]
21813
21815
- `-v, --verbose` - Log additional debug data to the zCLI [debug log file](/references/zcli/configuration#logging-configuration)
21814
21816
- `--version-name string` - Adds a custom version name
21815
21817
- `--working-dir string` - Sets a custom working directory (default: "./")
21816
-
- `-w, --workspace-state string` - Defines version of workspace to push:
21817
-
- `clean` - pushes the HEAD without local changes
21818
-
- `staged` - pushes only staged files
21819
-
- `all` - pushes all staged and unstaged files (default)
21818
+
- `-w, --workspace-state string` - Defines a version of workspace to push:
21819
+
- `clean` - pushes the HEAD without local changes
21820
+
- `staged` - pushes only staged files
21821
+
- `all` - pushes all staged and unstaged files (default)
21820
21822
- `--zerops-yaml-path string` - Sets a custom path to the zerops.yml file
21821
21823
:::tip
21822
-
You can also use `zcli push` as a shorthand for `zcli service push`.
21824
+
You can also use `zcli push` as shorthand for `zcli service push`.
21823
21825
To avoid specifying `--project-id` and `--service-id` flags repeatedly, you can set default values in a `.zcli.yml` file or via environment variables. See the [Configuration](/references/zcli/configuration) page for details.
21824
21826
:::
21825
21827
### service deploy
@@ -21864,7 +21866,7 @@ zcli service log [flags]
21864
21866
- `--follow` - Continuously poll for new log messages
0 commit comments