Starting OrchestΒΆ
Orchest can be started using:
# Make sure you are in the root-level orchest directory.
./orchest start
To show the help output, run ./orchest --help
:
Usage: orchest [OPTIONS] COMMAND [ARGS]...
An IDE for Data Science.
Options:
-v, --verbose Counter to set verbosity level, e.g. -vvv
--help Show this message and exit.
Commands:
debug Create a debug dump.
install Install Orchest.
restart Restart Orchest.
start Start Orchest.
status Get status of Orchest.
stop Shutdown Orchest.
update Update Orchest.
Run 'orchest COMMAND --help' for more information on a command.