No description
This repository has been archived on 2026-07-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-01 16:27:27 +03:00
cmd rename 2026-03-01 16:27:27 +03:00
internal sync api, add log, lsp, model, usage 2026-01-05 18:02:28 +03:00
pkg split app name and ctl name 2026-03-01 16:13:51 +03:00
test/config add example 2026-01-04 08:28:04 +03:00
.gitignore add example 2026-01-04 08:28:04 +03:00
go.mod tidy dependencies 2026-03-01 15:58:28 +03:00
go.sum fix encoding, add listener 2026-01-05 16:24:16 +03:00
mise.toml add mise, go mod 2026-01-03 18:38:41 +03:00
README.md add scope tree 2026-01-05 18:08:12 +03:00

mals-ctl

Build

go build -o build/mals-ctl cmd/*.go

To sync API place updated openapi-3.0.yaml.

Usage

./build/mals-ctl -h

TODO

Commands:

config

  • server

    • ls
    • get [<name>]
    • add <name> <url>
    • remove <name>
  • context

    • get
    • set server <name>

listener

  • ls - list all
  • get [<name>] - print comprehensive info

log

  • ls
  • get [<name>]

lsp

  • ls
  • get [<name>]

model

  • ls
  • get [<name>]

scope

  • tree

usage

  • ls
  • get [<name>]