Skip to content

v0.5.0

Compare
Choose a tag to compare
@manifold-dangerzone manifold-dangerzone released this 14 Sep 14:14
· 230 commits to master since this release

Added

  • Group commands into categories for better help output
  • Update sorting function to use sort.Slice
  • Sort plan by price and name during resource creation
  • projects add adds a resource to a project
  • projects create creates new projects
  • projects list lists projects
  • projects remove removes a resource from a project
  • projects update updates an existing project
  • verify $EMAIL_CODE verifys users e-mail with the CLI
  • run supports --project/-p
  • init saves project context instead of app context
  • list improved UI
  • Add reszie for resizing a resource

Fixed

  • Fetching resources or operations with nil team returns personal account
  • Operations not assigning team and project id
  • SelectResource uses project label instead of app name
  • export accepts project label instead of app name
  • export lists resources without projects
  • list accepts project flag instead of app name
  • list now adheres to team context for operations
  • update accepts project label instead of app name
  • view shows project label instead of app name
  • view shows resource still in provision

Removed

  • apps commands, replaced with projects commands
  • rename command in favour of update
  • Fix --me when in a team context