CLI Reference

I love your CLI

dsdt -h

Find all of your commands wiith -h.

usage: dsdt [-h] [--profile AWS_PROFILE] [--verbose] [--version]
            {init,dockerize,run,apply,context,switch,commit,rm,ls,cat,status,remote,push,pull,add,lineage}
            ...

DisDat (dsdt) -- distributed data science management

positional arguments:
  {init,dockerize,run,apply,context,switch,commit,rm,ls,cat,status,remote,push,pull,add,lineage}

optional arguments:
  -h, --help            show this help message and exit
  --profile AWS_PROFILE
                        An AWS credential profile to use when performing AWS
                        operations (default is to use the 'default' profile)
  --verbose             Be verbose: Show extra debugging information
  --version             show program's version number and exit

Pro Tip: All commands have a -h flag if you forget how to use them.

Last updated