Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 386 Bytes

DEVELOPMENT.md

File metadata and controls

16 lines (11 loc) · 386 Bytes

Contributing

Local Development

To test this cli locally, you can make changes in the project and then run, from this project's root:

go install .

This will install pmcli as an executable.

Versioning

Make sure to accompany any changes you make with an update to version number in the version file. This project uses semantic versioning.