bayes Command Index Introduction
All commands in the command-line tool can display help information for the corresponding command by adding the -h parameter. For example:
$ bayes data upload -h
Upload local data to dataset
Usage:
  bayes data upload [dataset ID] [options]
Available options:
  -p, --path string   [Optional] Local path of dataset files, uses current directory if not specified
  -o, --open          [Optional] Open in browser after successful dataset upload
  -h, --help          View help for upload
  -v, --v             View detailed error information
Usage examples:
  bayes data upload EsWBj9PqtZD
  bayes data upload EsWBj9PqtZD -p /home/paths -oAs you can see, there are detailed command descriptions, usage, parameters, and examples. For convenient documentation lookup, we also provide the help documentation for each command here.