github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_deploy_ide.md (about) 1 ## pachctl deploy ide 2 3 Deploy the Pachyderm IDE. 4 5 ### Synopsis 6 7 Deploy a JupyterHub-based IDE alongside the Pachyderm cluster. 8 9 ``` 10 pachctl deploy ide [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --dry-run Don't actually deploy, instead just print the Helm config. 17 -h, --help help for ide 18 --hub-image string Image for IDE hub (default "pachyderm/ide-hub:1.0.0") 19 --lb-tls-email string Contact email for minting a Let's Encrypt TLS cert on the load balancer 20 --lb-tls-host string Hostname for minting a Let's Encrypt TLS cert on the load balancer 21 -o, --output string Output format. One of: json|yaml (default "json") 22 --user-image string Image for IDE user environments (default "pachyderm/ide-user:1.0.0") 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --no-color Turn off colors. 29 -v, --verbose Output verbose logs 30 ``` 31