Releases: mindsers/configfile
Releases · mindsers/configfile
Fix deployment
Fixed
- Fix module data collection
Local deployment is here!
Added
- A contribution guide (CONTRIBUTING.md) to help new contributors.
- The local deployment of configuration file. (
-l
onmodules deploy
)
Changed
- Adopte a git like command style:
configfile run
=>configfile scritps run
. - Create a "saved version" if preexisting file exist when user deploy a module.
- Do not indentify the modules to deploy cause the deployment of all available modules. User authorization is required.
Bug fix !!
Fixed
- Replace the JS error message (non-handled error) on
scripts
andmodules
commands
by a user friendly error message.
List scripts and module
Added
- This CHANGELOG file to hopefully serve to all developers and users.
- The
scripts
command to list all custom scripts available. - Tha
modules
command to list all custom modules available.
Changed
- The project design was reviewed. Now we use services to provide data to all commands.
- A better error handling with
try...catch
and custom error classes. - New name for the main configuration file is now
.configfilerc
. Other files is stored
inside of.configfile
folder.
New name
First Preview package
This version come with this commands:
- init
- run
- deploy