.. _cli-confluent-start: =============== confluent start =============== Description ----------- Start |CP| services. For a list of available services, see :ref:`available_packages`. Usage ----- .. sourcecode:: 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: .. sourcecode:: bash confluent start Your output should resemble: .. sourcecode:: bash Starting zookeeper zookeeper is [UP] Starting kafka kafka is [UP] Starting schema-registry schema-registry is [UP] Starting kafka-rest kafka-rest is [UP] Starting connect connect is [UP] - Start Kafka and ZooKeeper as its dependency: .. sourcecode:: bash confluent start kafka Your output should resemble: .. sourcecode:: bash Starting zookeeper zookeeper is [UP] Starting kafka kafka is [UP]