Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/docs/content/bun/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -363,8 +363,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/deno/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -358,8 +358,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/dotnet/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -363,8 +363,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/elixir/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -358,8 +358,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
16 changes: 8 additions & 8 deletions apps/docs/content/features/pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -396,22 +396,22 @@ Usage:
zcli service deploy pathToFileOrDir [flags]

Flags:
--archiveFilePath string If set, zCLI creates a tar.gz archive with the application code in the required path relative
--archive-file-path string If set, zCLI creates a tar.gz archive with the application code in the required path relative
to the working directory. By default, no archive is created.
--deployGitFolder Sets a custom path to the zerops.yaml file relative to the working directory. By default zCLI
--deploy-git-folder Sets a custom path to the zerops.yaml file relative to the working directory. By default zCLI
looks for zerops.yaml in the working directory.
-h, --help the service deploy command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
--project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
--serviceId string If you have access to more than one service, you must specify the service ID for which the
--service-id string If you have access to more than one service, you must specify the service ID for which the
command is to be executed.
--versionName string Adds a custom version name. Automatically filled if the VERSIONNAME environment variable exists.
--workingDir string Sets a custom working directory. Default working directory is the current directory. (default "./")
--zeropsYamlPath string Sets a custom path to the zerops.yaml file relative to the working directory. By default zCLI
--version-name string Adds a custom version name. Automatically filled if the VERSIONNAME environment variable exists.
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
--zerops-yaml-path string Sets a custom path to the zerops.yaml file relative to the working directory. By default zCLI
looks for zerops.yaml in the working directory.
```

`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.
`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.

Place `zerops.yaml` in the working directory.

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/gleam/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -359,8 +359,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/go/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -333,8 +333,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/java/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -333,8 +333,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/keydb/how-to/control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ zCLI is the Zerops command-line tool. To stop and start the KeyDB service via th

```sh
Usage:
zcli service stop [serviceIdOrName] [flags]
zcli service stop [service-id-or-name] [flags]

Flags:
-h, --help the enable Zerops subdomain command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
--project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
--serviceId string If you have access to more than one service, you must specify the service ID for which the
--service-id string If you have access to more than one service, you must specify the service ID for which the
command is to be executed.
```

Expand All @@ -46,9 +46,9 @@ Usage:

Flags:
-h, --help the service start command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
--project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
--serviceId string If you have access to more than one service, you must specify the service ID for which the
--service-id string If you have access to more than one service, you must specify the service ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/keydb/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -322,8 +322,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/mariadb/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -350,8 +350,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/nginx/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -372,8 +372,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
10 changes: 5 additions & 5 deletions apps/docs/content/nodejs/how-to/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,10 @@ Usage:
zcli project project-import importYamlPath [flags]

Flags:
-h, --help the project import command.
--orgId string If you have access to more than one organization, you must specify the org ID for which the
-h, --help Help for the project import command.
--org-id string If you have access to more than one organization, you must specify the org ID for which the
project is to be created.
--workingDie string Sets a custom working directory. Default working directory is the current directory. (default "./")
--working-dir string Sets a custom working directory. Default working directory is the current directory. (default "./")
```

Zerops will create a project and one or more services based on the `description.yaml` content.
Expand Down Expand Up @@ -361,8 +361,8 @@ Usage:
zcli project service-import importYamlPath [flags]

Flags:
-h, --help the project service import command.
--projectId string If you have access to more than one project, you must specify the project ID for which the
-h, --help Help for the project service import command.
-P, --project-id string If you have access to more than one project, you must specify the project ID for which the
command is to be executed.
```

Expand Down
Loading