Skip to content

Tags: hashicorp/cli

Tags

v1.1.7

Toggle v1.1.7's commit message
Release v1.1.7

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add WASM support (#1)

Moved some functions and constants around so common ones are in
`ui_common.js`.

`ui_js.go` Mostly contains a basic call out to `prompt()` to ask for
input. It's not perfect, but it works and is simple.