oak service/s

Usage: oak service/s [OPTIONS] COMMAND [ARGS]... Command for service related activities ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯ ╭─ Commands ─────────────────────────────────────────────────────────╮ deploy, d   Deploy a new service instance                        inspect, i  Inspect a specific service                           show, s     Show current services                                undeploy, u Undeploy all services or only the specified ones     (Without any optional flags undeploy all services)   ╰────────────────────────────────────────────────────────────────────╯

oak service/s deploy, d

Usage: oak service/s deploy, d [OPTIONS] SERVICE_ID Deploy a new service instance ╭─ Arguments ────────────────────────────────────────────────────────╮ *service_idTEXT[default: None][required] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯

oak service/s inspect, i

Usage: oak service/s inspect, i [OPTIONS] SERVICE_ID Inspect a specific service ╭─ Arguments ────────────────────────────────────────────────────────╮ *service_idTEXT[default: None][required] ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ -lUse dynamic Live-Display. (Exit view e.g. via    'Ctr+c')                                         --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯

oak service/s show, s

Usage: oak service/s show, s [OPTIONS] [APP_ID] Show current services ╭─ Arguments ────────────────────────────────────────────────────────╮ app_id[APP_ID]ID of the parent application which         services to show                           [default: None]                            ╰────────────────────────────────────────────────────────────────────╯ ╭─ Options ──────────────────────────────────────────────────────────╮ -lUse dynamic              Live-Display. (Exit view e.g. via 'Ctr+c')        -v[simple|detailed|exhaust[default: simple] ive] --helpShow this message and    exit.                    ╰────────────────────────────────────────────────────────────────────╯

oak service/s undeploy, u

Usage: oak service/s undeploy, u [OPTIONS] Undeploy all services or only the specified ones (Without any  optional flags undeploy all services) ╭─ Options ──────────────────────────────────────────────────────────╮ --service-idTEXTIf provided will only undeploy all      instances of that service               [default: None]                         --instance-idTEXTUndeploy only the single instance of    the specified service (Requires the     'service_id' to be provided)            [default: None]                         --helpShow this message and exit. ╰────────────────────────────────────────────────────────────────────╯