piral-cli
Version:
The standard CLI for creating and building a Piral instance or a Pilet.
19 lines (18 loc) • 615 B
text/typescript
export * from './debug-piral';
export * from './build-piral';
export * from './new-piral';
export * from './upgrade-piral';
export * from './declaration-piral';
export * from './publish-piral';
export * from './validate-piral';
export * from './new-pilet';
export * from './upgrade-pilet';
export * from './add-piral-instance-pilet';
export * from './remove-piral-instance-pilet';
export * from './run-emulator-piral';
export * from './debug-pilet';
export * from './build-pilet';
export * from './pack-pilet';
export * from './declaration-pilet';
export * from './publish-pilet';
export * from './validate-pilet';