Skip to content

Releases: manifoldco/manifold-cli

v0.9.1

26 Oct 19:53
Compare
Choose a tag to compare

Fixed

  • Install script version has been updated

v0.9.0

26 Oct 19:44
Compare
Choose a tag to compare

Added

  • Improved visuals for select boxes

Fixed

  • Project create failure due to Name/Title change
  • Set-role should error before prompts
  • Context would panic due to missing session
  • Change logic for inferring object title from name

v0.7.1

12 Oct 20:12
Compare
Choose a tag to compare

Fixed

  • Homebrew install

v0.7.0

12 Oct 20:03
Compare
Choose a tag to compare

Added

  • release linux and darwin as tar.gz

Fixed

  • config unset accepts --team flag
  • config unset fails if no key is passed
  • config unset fails with a friendlier message

v0.6.0

03 Oct 16:42
Compare
Choose a tag to compare

Added

  • manifold projects delete can delete projects, provided they contain
    no resources
  • Refactor loading of different API clients into api package
  • delete supports project flag
  • sso command for getting resource single sign-on link
  • build for high sierra in brew
  • projects add and projects remove event
  • services providers to list providers
  • services products to list products
  • services plans to list plans

Fixed

  • project add fails when there is no project
  • project remove should not list resources without project
  • colors breaking alignment of tabwriter

v0.5.1

15 Sep 18:10
Compare
Choose a tag to compare

Added

  • Chained e-mail verification step to the end of the signup command

Fixed

  • resize message output

Removed

v0.5.0

14 Sep 14:14
Compare
Choose a tag to compare

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

v0.4.0

31 Aug 19:21
Compare
Choose a tag to compare

Added

  • Add billing redeem command to redeem coupon codes
  • Add teams list command to list all teams and # of members
  • Conflict response when redeeming coupons
  • Add view command to view resource details

Fixed

  • Optional params for redeeming coupons
  • Updated spinners
  • Update resource selects to be label-focused
  • Make plugin execution architecture aware
  • Output adjusted for team selector

v0.3.0

29 Aug 16:59
Compare
Choose a tag to compare

Added

  • Allow creating custom resources. Custom resources have no backing product.
    Instead, they hold custom user provided config.
  • Introduce config set and config unset for adding/updating/removing custom
    config on custom resources.
  • Rename app command to apps
  • Add 'teams create' to create a Team
  • Add 'teams update' to update a Team
  • Add 'teams leave' to leave a Team
  • Add 'teams invite' to invite to a Team
  • Add 'switch' to switch Teams, so interact with a team's resources
  • Add --team and --me flags for operating under your account, or a team's
  • Add --team and --me flags for billing

Fixed

  • Add a newline after signup output, so it won't mess up the prompt.
  • Credit Card number can be between 12 and 19 digits and cvv either 3 or 4.
  • Plugin config initializes map before setting if it doesn't exist
  • Plugin config defines the .manifold.yml path prior to saving if not defined

v0.2.6

16 Aug 15:01
Compare
Choose a tag to compare

Fixed

  • Fix release process tag selection.