Releases: manifoldco/manifold-cli
Releases · manifoldco/manifold-cli
v0.2.4
v0.2.3
v0.2.0
v0.1.0
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
andmanifold-cli logout
. - Enabling a user to login using
MANIFOLD_EMAIL
andMANIFOLD_PASSWORD
through any command. - Allowing a user to export all credentials or only those for a specific app
throughmanifold-cli export
. - Allowing a user to start a process by having Manifold inject the credentials
directly into the process at startup through themanifold-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.