nb portal dev

Запускает режим разработки для указанного рабочего пространства Portal

Использование

nb portal dev <portal> [flags]

Параметр

ПараметрТипОписание
<portal>stringPortal name or slug.
--env, -estringCLI env name. If omitted, the current env is used.
--yes, -ybooleanSkip cross-env confirmation.

Примеры

nb portal dev customer
nb portal dev customer --env dev --yes

Примечания

The workspace must contain package.json. The command refreshes .env and .env.local, then runs pnpm dev. ssh envs are not supported in the current version.

Связанные команды