Skip to content

Releases: manifoldco/manifold-cli

v0.2.4

15 Aug 15:03
Compare
Choose a tag to compare

Added

  • Add the update command, to modify and resize resources.

v0.2.3

10 Aug 20:17
Compare
Choose a tag to compare

Fixed

  • Acutally correct botched release for proper version. For real. Hopefully.

v0.2.0

10 Aug 20:00
Compare
Choose a tag to compare

Added

  • Add signup command to signup with Manifold.
  • Add init command to configure a directory with defaults.
  • Add billing command to add/update billing profile.

Fixed

  • The built command line tool is now called manifold.
  • Include a user agent header in requests.

v0.1.0

19 Jul 20:05
Compare
Choose a tag to compare

Added

  • The start of time with the brand new manifold-cli tool!
  • Intoducing the ability to login and out of a session through manifold-cli login and manifold-cli logout.
  • Enabling a user to login using MANIFOLD_EMAIL and MANIFOLD_PASSWORD
    through any command.
  • Allowing a user to export all credentials or only those for a specific app
    through manifold-cli export.
  • Allowing a user to start a process by having Manifold inject the credentials
    directly into the process at startup through the manifold-cli run command.
  • Enabling a user to provision a resource using the manifold-cli create
    command with a wizard or via a script using flags and arguments.