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.

関連コマンド