.. _confluent_local_start: =============== confluent start =============== Description ----------- Start |cp| services. For a list of available services, see :ref:`available_packages`. Usage ----- .. codewithvars:: bash confluent start [] .. tip:: For usage information, enter ``confluent help start``. Options ------- None. Positional arguments -------------------- =============== ============== ======================================================== Name, shorthand Default Description =============== ============== ======================================================== ```` All services The service name. If specified, it starts the service and all dependencies. =============== ============== ======================================================== Examples -------- - Start all available services: .. codewithvars:: bash confluent start Your output should resemble: .. include:: ../../includes/cli.rst :start-after: CE_CLI_startup_output :end-before: COS_CP_CLI_startup_output - Start Kafka and |zk| as its dependency: .. codewithvars:: bash confluent start kafka Your output should resemble: .. codewithvars:: bash Starting zookeeper zookeeper is [UP] Starting kafka kafka is [UP]