Activity log for bug #2081989

Date Who What changed Old value New value Message
2024-09-25 15:09:49 Alexis Janon bug added bug
2024-09-25 15:12:34 Alexis Janon anbox-cloud: importance Undecided Low
2024-09-25 15:15:59 Alexis Janon anbox-cloud: milestone 1.23.2
2024-09-25 15:31:03 Alexis Janon description The amc CLI has a monitor subcommand which prints AMS events (similarly to the 1.0/events AMS HTTP API endopint). However, that subcommand is undocumented in the amc help text: $ amc --help Available Commands: addon Manage addons application Manage applications benchmark Benchmark your Anbox Cloud deployment completion Generate the autocompletion script for the specified shell config Manage AMS configuration delete Delete an instance exec Execute a command inside an instance help Help about any command image Manage images info Provide general information about the connected AMS service init Create an instance but do not start it immediately launch Launch an instance list List instances logs Show runtime logs of an instance node Manage nodes remote Interact with remote AMS daemons shell Open a shell inside a running instance show Show information about an instance show-log Show an instance log file start Start an existing instance stop Stop a running instance wait Wait for an instance to reach a specific condition It is also not documented in the Anbox cloud docs: https://documentation.ubuntu.com/anbox-cloud/en/latest/reference/cmd-ref/amc-command-reference/landing/ Running the subcommand with --help shows a small help text, which could also be extended: $ amc monitor --help Monitor AMS events Usage: ams.amc monitor [flags] Flags: --format string Output format - 'json' or 'yaml' (default "yaml") -h, --help help for monitor -t, --type string Comma-separated filters for events types - 'lifecycle', 'logging', 'operations' or 'all' (default "all") The amc CLI has a monitor subcommand which prints AMS events (similarly to the 1.0/events AMS HTTP API endpoint). However, that subcommand is undocumented in the amc help text: $ amc --help Available Commands:   addon Manage addons   application Manage applications   benchmark Benchmark your Anbox Cloud deployment   completion Generate the autocompletion script for the specified shell   config Manage AMS configuration   delete Delete an instance   exec Execute a command inside an instance   help Help about any command   image Manage images   info Provide general information about the connected AMS service   init Create an instance but do not start it immediately   launch Launch an instance   list List instances   logs Show runtime logs of an instance   node Manage nodes   remote Interact with remote AMS daemons   shell Open a shell inside a running instance   show Show information about an instance   show-log Show an instance log file   start Start an existing instance   stop Stop a running instance   wait Wait for an instance to reach a specific condition It is also not documented in the Anbox cloud docs: https://documentation.ubuntu.com/anbox-cloud/en/latest/reference/cmd-ref/amc-command-reference/landing/ Running the subcommand with --help shows a small help text, which could also be extended: $ amc monitor --help Monitor AMS events Usage:   ams.amc monitor [flags] Flags:       --format string Output format - 'json' or 'yaml' (default "yaml")   -h, --help help for monitor   -t, --type string Comma-separated filters for events types - 'lifecycle', 'logging', 'operations' or 'all' (default "all")
2024-09-25 18:55:13 Simon Fels anbox-cloud: assignee Simon Fels (morphis)
2024-09-25 18:55:16 Simon Fels anbox-cloud: status Confirmed In Progress
2024-09-26 13:37:00 Simon Fels anbox-cloud: status In Progress Fix Committed
2024-12-06 09:00:18 Simon Fels anbox-cloud: status Fix Committed Fix Released