UNPKG

@storm-software/workspace-tools

Version:

Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.

118 lines (54 loc) 1.16 kB
<!-- Generated by @storm-software/untyped --> <!-- Do not edit this file directly --> # Cargo Publish Executor ## `outputPath` - **Type**: `string` - **Default**: `"dist/{projectRoot}"` > Output Path The output path for the build ## `package` - **Type**: `string` - **Default**: `"{projectRoot}/Cargo.toml"` > Cargo.toml Path The path to the Cargo.toml file ## `toolchain` - **Type**: `string` - **Default**: `"stable"` > Toolchain The type of toolchain to use for the build ## `target` - **Type**: `string` > Target The target to build ## `allTargets` - **Type**: `boolean` > All Targets Build all targets ## `profile` - **Type**: `string` > Profile The profile to build ## `release` - **Type**: `boolean` > Release Build in release mode ## `features` - **Type**: `string` > Features The features to build ## `allFeatures` - **Type**: `boolean` > All Features Build all features ## `registry` - **Type**: `string` > Registry The registry to publish to ## `packageRoot` - **Type**: `string` > Package Root The path to the package root ## `dryRun` - **Type**: `boolean` > Dry Run Perform a dry run