# `datagrep` The datagrep CLI. **Usage**: ```console $ datagrep [OPTIONS] COMMAND [ARGS]... ``` **Options**: * `--verbose / --no-verbose`: [default: False] * `--version` * `--install-completion`: Install completion for the current shell. * `--show-completion`: Show completion for the current shell, to copy it or customize the installation. * `--help`: Show this message and exit. **Commands**: * `platform`: The datagrep platform CLI. ## `datagrep platform` The datagrep platform CLI. **Usage**: ```console $ datagrep platform [OPTIONS] COMMAND [ARGS]... ``` **Options**: * `--help`: Show this message and exit. **Commands**: * `init`: Initialize... * `build`: Build... * `deploy`: Deploy the platform to TARGET with... * `release`: Release the platform to DOMAIN_NAME. * `attach`: Attach to the platform at TARGET.. ### `datagrep platform init` Initialize... **Usage**: ```console $ datagrep platform init [OPTIONS] ``` **Options**: * `--domain-name TEXT`: The domain name. [default: datagrep.local] * `--project-name TEXT`: The project name. [default: datagrep] * `--project-slug TEXT`: The project folder name. [default: com.datagrep] * `--help`: Show this message and exit. ### `datagrep platform build` Build... **Usage**: ```console $ datagrep platform build [OPTIONS] ``` **Options**: * `--help`: Show this message and exit. ### `datagrep platform deploy` Deploy the platform to TARGET with NUM_WORKER_NODES worker nodes. **Usage**: ```console $ datagrep platform deploy [OPTIONS] [TARGET] [NUM_WORKER_NODES] ``` **Arguments**: * `[TARGET]`: Where to deploy the platform? [default: local] * `[NUM_WORKER_NODES]`: The number of worker nodes to create. [default: 2] **Options**: * `--help`: Show this message and exit. ### `datagrep platform release` Release the platform to DOMAIN_NAME. **Usage**: ```console $ datagrep platform release [OPTIONS] [DOMAIN_NAME] ``` **Arguments**: * `[DOMAIN_NAME]`: [env var: DOMAIN_NAME;default: localhost] **Options**: * `--help`: Show this message and exit. ### `datagrep platform attach` Attach to the platform at TARGET.. **Usage**: ```console $ datagrep platform attach [OPTIONS] [TARGET] ``` **Arguments**: * `[TARGET]`: Where is the platform deployed? [default: local] **Options**: * `--help`: Show this message and exit.