You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what should be investigated or refactored
A new contributor who is working on a CLI command was confused as to how to run the new command. We need to update the contributing doc to show how to use npx ts-node src/cli.ts <command>
Also update the document to show how to use pepr:dev to use the latest controller code.
Explain how you could use npm pack to bring in a development cli to a new module.
The package.json had a lot of examples on how to run e2e, unit test, lint.
The pepr-excellent-examples has examples in the README.md on how to use npm pack to bring a development CLI into a Pepr Module.
The text was updated successfully, but these errors were encountered:
cmwylie19
changed the title
Add how to test the CLI in the contributing doc
Update contributing doc to explain how to test CLI and controller images
Nov 19, 2024
Describe what should be investigated or refactored
A new contributor who is working on a CLI command was confused as to how to run the new command. We need to update the contributing doc to show how to use
npx ts-node src/cli.ts <command>
Also update the document to show how to use
pepr:dev
to use the latest controller code.Explain how you could use npm pack to bring in a development cli to a new module.
The
package.json
had a lot of examples on how to run e2e, unit test, lint.The pepr-excellent-examples has examples in the
README.md
on how to usenpm pack
to bring a development CLI into a Pepr Module.The text was updated successfully, but these errors were encountered: