Releases: miabi-io/cli
Release list
v0.11.0
v0.10.1
v0.10.0
v0.9.0
What's Changed
- feat: support for miabi configuration files by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/14
- fix(api): report what actually answered instead of a JSON decode error by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/15
Full Changelog: https://github.com/miabi-io/miabi-cli/compare/v0.8.0...v0.9.0
v0.8.0
What's Changed
- feat(login): brand the loopback sign-in confirmation page by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/11
- update stack example by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/12
- feat(stack): install and manage a Miabi host from the CLI by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/13
Full Changelog: https://github.com/miabi-io/miabi-cli/compare/v0.7.0...v0.8.0
v0.7.0
What's Changed
- feat: add AI agents (MCP) by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/7
- feat(login): browser loopback sign-in flow by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/8
- feat: display Age when listing Apps and DBs by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/9
- fix(ui): align table columns with colored cells and render in one write by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/10
Full Changelog: https://github.com/miabi-io/miabi-cli/compare/v0.6.0...v0.7.0
v0.6.0
What's Changed
-
feat(cli): multi-context config, TLS trust, --server, and browser login by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/6
Contexts (~/.miabi/config.yaml):- A config is now a set of named
contexts(server + token + workspace/app)
plus acurrentpointer.loginwrites one, named by --context, else the
server host, else "default" (re-logging into the same server refreshes it in
place). - New
contextcommand (aliasctx): list/ls, current, use, delete/rm, with
shell completion; global --context (env MIABI_CONTEXT) targets a context for a
single call. Resolution is flags → env → active context, so env-only CI keeps
working with no config file. - Backward compatible: the old flat
url:and the intermediate singleserver:
block both migrate into a "default" context on load and rewrite to the new
form on the next save.
TLS trust (per context):
server.ca(path to a PEM bundle) andserver.insecure_skip, wired into the
HTTP client via a custom TLS config; flags --certificate-authority (env
MIABI_CA) and --insecure-skip-tls-verify (env MIABI_INSECURE_SKIP_TLS_VERIFY).- A bad CA bundle fails loudly rather than silently falling back to system roots.
- Skipping verification prints a stderr warning on every use (suppressed for
-o json/yaml) — kept as an escape hatch for homelab self-signed / IP access,
but never silent.
Flags/env:
- --server (env MIABI_SERVER) is now preferred; --url is deprecated but still
works (hidden from help, prints a deprecation notice). MIABI_SERVER is
preferred over the legacy MIABI_URL.
login:
login --webopens the console's "Copy login command" page and reads the
pasted token, then validates and saves it — no hand-copying --token.
Storage:
- The token is stored base64-encoded in the file (light obfuscation, not
encryption; the file stays mode 0600). Code always sees plaintext; legacy
plaintext tokens are still read.
- A config is now a set of named
Full Changelog: https://github.com/miabi-io/miabi-cli/compare/v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat(env): add and --from-file; ship a Homebrew tap by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/5
Full Changelog: https://github.com/miabi-io/miabi-cli/compare/v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat(apps): add and warn before deleting running resources by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/4
Full Changelog: https://github.com/miabi-io/miabi-cli/compare/v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat: support for secrets management by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/2
- update binary version by @jkaninda in https://github.com/miabi-io/miabi-cli/pull/3
Full Changelog: https://github.com/miabi-io/miabi-cli/compare/v0.2.0...v0.3.0