Smos Logo Smos

A comprehensive self-management system

Archiving a single file

Documentation for the file command of the Smos Archiving tool, for archiving a single smos file

You can archive files that you are done with. This way it can still be considered for reports using smos-query, but it is not in the way when looking at the rest of your files.

To archive a file, run smos-archive <file> and it will be moved to the archive dir. Any non-done entries will also be marked as CANCELLED.

Reference

Arguments

Usage: smos-archive file FILEPATH

  Archive a single file

Available options:
  FILEPATH                 The file to archive
  -h,--help                Show this help text

Global options:
  --config-file FILE_PATH  The config file to use
  --workflow-dir DIRECTORY_PATH
                           The workflow directory to use
  --archive-dir DIRECTORY_PATH
                           The archive directory to use
  --projects-dir DIRECTORY_PATH
                           The projects directory to use
  --archived-projects-dir DIRECTORY_PATHPATH
                           The archived projects directory to use
  --log-level ARG          The log level to use, options:
                           ["Debug","Info","Warn","Error"]

Environment

This command does not use any extra environment variables.

Configuration

This command admits no extra configuration.