Zum Inhalt springen

Befehle nach Gruppe

Alle Befehle akzeptieren --json und -p <Pfad>. Fügen Sie einem beliebigen -h für seine vollständige Hilfe hinzu.

Ventana de terminal
aseptic status # aktive Engine, Docker, aktives Szenario und Micros
aseptic doctor [Szenario] # Umgebungsprüfung vor dem Start
aseptic start <Szenario> [Flags] # startet (startet Daemon bei Bedarf) und wartet healthy
aseptic stop # stoppt das aktive Szenario
aseptic restart <micro> # startet einen einzelnen Micro neu
aseptic metrics [micro] # letzter Metrik-Messwert (--json = Verlauf)
aseptic set-resolution <dep> <local|dev|mock> # ändert die Auflösung heiß
aseptic cleanup [Szenario] # defensive Bereinigung (Verwaiste, Ports)
aseptic prep <Szenario> --when <pre-boot|post-migrate>
aseptic logs [micro] [-f] [-n N] [--errors] [-g Muster]
aseptic call <micro> [Pfad] [-X Methode] [-d Body] [-H k=v...]
aseptic diagnose <micro> [-n N] # was mit einem Micro los ist, auf einen Schlag

Flags von start: -r/--resolve <dep=Modus> (punktuelles Override der Auflösung), -m/--mode <micro=Modus> (native|container), --no-wait, --no-docker, --timeout <s> (Standard 600). start startet Docker von selbst außer bei --no-docker.

Ventana de terminal
aseptic scenario list | show <n> | graph <n> | save --file <yml> | delete <n>
aseptic scenario export <n> [-o Datei] [--include-run]
aseptic scenario import <Datei> [--apply] [Richtlinien]
Ventana de terminal
aseptic service list | show <id> | add <Repo-Pfad> | save --file <yml> | delete <id>
aseptic service export <id> [--include-run] | import <yml...>
aseptic service drift <id> # weicht das Manifest vom Repo ab? (exit 1 bei Drift)
aseptic service rescan <id> # gleicht vom Repo ab (bewahrt die Kuratierung)
Ventana de terminal
aseptic db list | save --file <yml> | delete <id>
aseptic db test <Host> <Port> # TCP-Erreichbarkeit (exit 1 wenn keine Antwort)
Ventana de terminal
aseptic mock services | catalog [Dienst] | calls | events | clear-calls
aseptic mock save <Dienst> --file <json> | delete <Dienst> --method GET --path /x
aseptic mock set-active <Dienst> --method GET --path /x --variant 1
aseptic mock enable|disable <Dienst> --method GET --path /x
aseptic mock operations <Dienst> | skeleton <Dienst> <Methode> <Pfad>
aseptic mock from-call <Methode> <Pfad> | probe <Methode> <Pfad>
aseptic mock export|import <Dienst> [Datei] | export-all|import-all [Datei]
Ventana de terminal
aseptic run show <id> | set <id> [Optionen] | clear <id> | preview <id>
aseptic run export <id> [-o Datei] | import <id> <Datei>

run set akzeptiert --profile, --prop k=v, --toggle <id>, --extra-args, --command, --datasource-ref <id>, --datasource local|dev|custom [--url ...].

Ventana de terminal
aseptic config show | get <Schlüssel> | set <Schlüssel> <Wert> | unset <Schlüssel>

Schlüssel: workspace, composeFile (bundled oder Pfad), mockPort, credentials.<Name>.

Ventana de terminal
aseptic docker status | start [--no-wait] [--timeout <s>]
aseptic containers | docker-clean | infra <n> | infra-up <n> | infra-down
aseptic bundle export [-o Datei] | import <Datei> [--overwrite]
aseptic daemon start | stop | status
Ventana de terminal
aseptic telemetry info | on | off | test [--note <Text>]
aseptic consent info | history
aseptic ops [--json] # die vollständige Oberfläche der Engine
aseptic mcp # startet den MCP-Server über stdio