Skip to content

Commit

Permalink
import command fix (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
vankovap authored Jan 8, 2025
1 parent b74ef11 commit a4b4317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/references/import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Tooltip } from 'docs-ui';
The Zerops YAML import scripts provide an intuitive way to manage your projects. You can create and instantiate entire Zerops projects or specific services
with a single click in the Zerops GUI.

You can also use the `zcli import` command. This configuration is a simple way to migrate or replicate your projects or services.
You can also use the `zcli project project-import` (or `zcli project service-import` when importing services only) command. This configuration is a simple way to migrate or replicate your projects or services.

:::info
This is a general guideline; not all keys are valid for every service type. For technology-specific details, refer to the **Create service** page in the **How To** section of the Zerops documentation.
Expand Down

0 comments on commit a4b4317

Please sign in to comment.