Releases: luisaveiro/dev.env
Releases · luisaveiro/dev.env
v0.2.1
Added
git::fetch
function togit
package.
Fixed
self-update
command.
Resolving self-update
All version before v0.2.1
will require manually fetching all git tags before using self-update
command.
# Manually fetch all tags.
$ cd path/dev.env && git fetch --all
# Run update command.
$ dev self-update
All versions after v0.2.1
will not require this additional manual solution.
v0.2.0
Added
- Linux as supported OS.
file_extension
filesystem function.symlink
filesystem function.git::is_gist
function togit
package to detect if git repository is GitHub Gist repository.- Configuration functions for
env
package.
Changed
is_file_remote
function uses own regex instead ofgit::protocol
function.env:config
command accepts git repository as a remote configuration.env:config
command provides symbolic link to local configuration.
v0.1.1
Changed
env:setup
command accepts multiple arguments to support running multiple setup files.
v0.1.0
Added
- Initial project setup.
- Repositories YAML template file.
- Documentation for community profile.