From a4b4317b69ec2a04d975167d1bba039003b5dd9f Mon Sep 17 00:00:00 2001 From: vankovap Date: Wed, 8 Jan 2025 09:43:30 +0100 Subject: [PATCH] import command fix (#141) --- apps/docs/content/references/import.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/references/import.mdx b/apps/docs/content/references/import.mdx index 0d3405a7..4cb5527e 100644 --- a/apps/docs/content/references/import.mdx +++ b/apps/docs/content/references/import.mdx @@ -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.