Tabul - Service Module

Undraw Windows

Tabul - Service Module

About

Service is a Tabul module that helps you manage services that starts systems

Within the service module, you can:

  • start - Start a service (optionally creating it)
  • stop - stop a service
  • drop - delete a service from the service system (not from the configuration vault)
  • ping - verify if a service can be reached with a connection name
  • list - list the services in a table format
  • info - get information on a service in a forms format.

Syntax

tabul service --help
Tabul service
=============

Management of the Services (docker, ...)



Syntax
------


    tabul service <command> [-h,--help]


where:


  Commands:

    drop         Drop a service (In the service system, not in the configuration vault)

    info         Show the service attributes

    list         List the available services

    ping         Ping a service (with a connection name)

    start        Start a service (Optionally creating it if non-existent)

    stop         Stop a service


  Option:

    -h,--help    Print this help



Task Runner