pd-scripts icon indicating copy to clipboard operation
pd-scripts copied to clipboard

Scripts for developing Pipedream components

Results 5 pd-scripts issues
Sort by recently updated
recently updated
newest added

Currently version commands work on action components but not sources.

enhancement

When a required argument is not provided in the command line args, prompt for the argument using a package like [enquirer](https://www.npmjs.com/package/enquirer).

enhancement

Make pulling a PR branch (optionally) the first step of the `qa` command, before actions are published.

enhancement

Command `npm test` fails, running on tests in `test` directory.

bug

When publishing actions current: 1. the version of every action is set to a temporary "dev" version 2. then each action is published synchronously 3. the version of every action...

enhancement