smos-single
will create a single-task project with the given description.
smos-single
will create a single-task project with the given description.
Usage: smos-single [--config-file FILEPATH] TASK [--file FILEPATH] [--workflow-dir FILEPATH] [--archive-dir FILEPATH] [--projects-dir FILEPATH] [--archived-projects-dir FILEPATH] smos-single Available options: -h,--help Show this help text --config-file FILEPATH The config file to use TASK The task. Pass any number of arguments and they will be interpreted as the task together. --file FILEPATH The file to put the task in --workflow-dir FILEPATH The workflow directory to use --archive-dir FILEPATH The archive directory to use --projects-dir FILEPATH The projects directory to use --archived-projects-dir FILEPATH The archived projects directory to use
Available environment variables: SMOS_ARCHIVED_PROJECTS_DIR Archived projects directory SMOS_ARCHIVE_DIR Archive directory SMOS_CONFIG_FILE Workflow directory SMOS_PROJECTS_DIR Projects directory SMOS_WORKFLOW_DIR Workflow directory
# DirectoryConfiguration workflow-dir: # optional # The workflow directory <string> archive-dir: # optional # The archive directory <string> projects-dir: # optional # The projects directory <string> archived-projects-dir: # optional # The archived projects directory <string>