LogoLogo
  • Overview
  • Setup and Configuration
  • Other Data Versioning Systems
  • Examples
    • Tutorial
      • Creating Bundles with the Python API
      • Push/Pull using S3
      • Simple Pipeline
      • Run the Pipeline
      • Dockerize a Pipeline
      • Run the Pipeline Container (locally)
      • Run the Pipeline Container (AWS)
    • Examples
      • MNIST and TensorFlow
      • Spacy Task
  • Basic Concepts
    • Bundles
      • Naming
      • Bundle Data Types
      • Tags and Parameters
      • Lineage (or Bundle Metadata)
    • Data Contexts
  • Reference
    • CLI Reference
      • dsdt add
      • dsdt apply
      • dsdt cat
      • dsdt context
      • dsdt commit
      • dsdt dockerize
      • dsdt init
      • dsdt lineage
      • dsdt ls
      • dsdt pull
      • dsdt push
      • dsdt remote
      • dsdt rm
      • dsdt rmr
      • dsdt switch
    • Python API
  • Details
  • Building Pipelines
  • Running Pipelines on AWS
  • Admin
    • Contact / Slack
Powered by GitBook
On this page
  • dsdt -h

Was this helpful?

  1. Reference

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.

PreviousData ContextsNextdsdt add

Last updated 5 years ago

Was this helpful?