Skip to content

aube deploy

  • Usage: aube deploy <FLAGS> <TARGET>

Deploy a workspace package into a target directory with deps inlined

Arguments

<TARGET>

Target directory to deploy into. Must be empty or not yet exist

Flags

-D --dev

Install only devDependencies. Implemented by stripping dependencies and optionalDependencies from the deployed package.json before install runs

-F --filter <NAME>

Select the workspace package to deploy by name. Exactly one match is required; glob patterns are not yet supported

--no-optional

Skip optionalDependencies

-P --prod

Install only production dependencies (default). Accepted for pnpm compatibility

Released under the MIT License.