Releases: codifycli/codify
Releases · codifycli/codify
0.3.0
Features:
- Added importing. The import command allows users to automatically generate Codify configs based on the tools and programs already installed on their system. Just type
codify import <type1> [type2] [type3].... Type1, type2, type3 represent the type ids of the resources to be imported such as homebrew, nvm, jenv, etc... - Added UI to allow imports to specify the required parameters to configure the import. For example when importing an
alias, the name of the alias needs to be passed in. - Import will return a config of the current state of the resource on the system. If the resource is not found then an empty array will be returned.
- Import is supported in all output modes (
default,plain,debug)
BREAKING CHANGES:
- Re-named
uninstallcommand todestroyto match the name of the operation. The name destroy makes more sense in the context of creating and destroying resources which encompass more than tools and programs that can be installed or uninstalled.