nb portal dev

Startet den Entwicklungsmodus für den angegebenen Portal-Workspace

Verwendung

nb portal dev <portal> [flags]

Parameter

ParameterTypBeschreibung
<portal>stringPortal name or slug.
--env, -estringCLI env name. If omitted, the current env is used.
--yes, -ybooleanSkip cross-env confirmation.

Beispiele

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

Hinweise

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.

Verwandte Befehle