pnv 1.2.0
pnv: ^1.2.0 copied to clipboard
A package to help with safely storing environment variables publicly
Change Log #
1.2.0 | 2.5.25 #
Features #
- Create a
.pnvrcconfig file to handle multiple flavors and storage location to easily manage secrets- Add
pnv initcommand to create a.pnvrcfile - Point to the directory where the encryption keys are stored and the flavors will be imported automatically
- Add
- Encrypt, decrypt, and generate env files with the new
--flavorflag - Create a new flavor with the
create flavorcommand- Creates a new encryption key and flavor within the configuration file
Deprecations #
These deprecations will be removed in the next major release
create-keycommand has been deprecated in favor of thecreate keycommand
1.1.0 | 11.29.24 #
Enhancements #
- Instead of separated commas,
to-dart-defineformats the output space separated using the-Dflag
1.0.0 | 11.15.24 #
- Initial release