Releases: PlanktoScope/forklift
Releases · PlanktoScope/forklift
v0.1.5
v0.1.4
v0.1.3
Changelog
- bad2beb Bump version for release
- 80a61fc Rename
info
toshow
, make names more consistent in (sub)commands - 39af7ef Add
info-depl
&info-repo
subcommands toforklift dev env
- 37b59c8 Handle delay between a network's removal and its actual disappearance
- 53be70f Add
cache
,deploy
, andls-depl
subcommands toforklift dev env
- a89274a Implement listing of info about the dev env and its repos
- 6b79fd1 Implement listing of info about the local env as a Git repo
- 816037e Don't track release channel separately per repo
- 59a714e Upgrade dependencies
v0.1.2
v0.1.1
v0.1.0
Changelog
- 86d803b Partially implement deploying an env and clearing the deployment
- 8df1b29 Rename directory name for repositories in the local env for consistency
- 0dd2b4a Implement listing and showing of info about env-specified deployments
- 64f406d Add more subcommands under
forklift env
- 2aae45c Implement listing of info about a cached package
- a174177 Improve the sort order for listing repos & packages
- 3860394 Implement listing of info about a cached repo
- a04a045 Implement listing of all cached packages
- 62ea36d Use repo config files as authoritative source of repo paths
- f228e0d Simplify the internal package layout
- 1461a8f Address linter complaints
- 67b26d3 Reorganize subcommands, use pseudo-versions when needed
- f0889fd Add
env fetch
andenv pull
subcommands - ebbb9f9 Implement downloading of repos specified by the local env
- e2b09b2 Mock up subcommands, implement environment cloning
- 48a7adc Fix error in Makefile (#5)
- 8155e97 Add Go template with a hello-world starter main-file
- b84072a Start the
README.md
- fc1698d Initial commit