babs sync-code: Save and push code changes
Table of Contents
Command-Line Arguments
Save and push code changes to input dataset.
usage: babs sync-code [-h] [-m MESSAGE] [project_root]
Positional Arguments
- project_root
Absolute path to the root of BABS project. For example, '/path/to/my_BABS_project/' (default is current working directory).
Named Arguments
- -m, --message
Commit message for datalad save
Examples
Basic usage with default options:
babs sync-codeSpecify a custom project root and commit message:
babs sync-code /path/to/my_babs_project -m "Updated singularity run command"