Releases: manifoldco/manifold-cli
Releases · manifoldco/manifold-cli
v0.9.1
Fixed
- Install script version has been updated
v0.9.0
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
Fixed
- Homebrew install
v0.7.0
Added
- release linux and darwin as
tar.gz
Fixed
config unset
accepts--team
flagconfig unset
fails if no key is passedconfig unset
fails with a friendlier message
v0.6.0
Added
manifold projects delete
can delete projects, provided they contain
no resources- Refactor loading of different API clients into
api
package delete
supports project flagsso
command for getting resource single sign-on link- build for high sierra in brew
projects add
andprojects remove
eventservices providers
to list providersservices products
to list productsservices plans
to list plans
Fixed
project add
fails when there is no projectproject remove
should not list resources without project- colors breaking alignment of tabwriter
v0.5.1
Added
- Chained e-mail verification step to the end of the signup command
Fixed
resize
message output
Removed
v0.5.0
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 projectprojects create
creates new projectsprojects list
lists projectsprojects remove
removes a resource from a projectprojects update
updates an existing projectverify $EMAIL_CODE
verifys users e-mail with the CLIrun
supports --project/-pinit
saves project context instead of app contextlist
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 nameexport
lists resources without projectslist
accepts project flag instead of app namelist
now adheres to team context for operationsupdate
accepts project label instead of app nameview
shows project label instead of app nameview
shows resource still in provision
Removed
apps
commands, replaced withprojects
commandsrename
command in favour ofupdate
- Fix
--me
when in a team context
v0.4.0
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
Added
- Allow creating custom resources. Custom resources have no backing product.
Instead, they hold custom user provided config. - Introduce
config set
andconfig 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
Fixed
- Fix release process tag selection.