Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 21:36
· 391 commits to main since this release

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 and env 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