Smos Logo Smos

A comprehensive self-management system

Import command

Documentation about the smos-github import command, for importing GitHub issues and pull requests as smos projects

Example invocation:

smos-github import https://github.com/NorfairKing/autodocodec/pull/18

Reference

Arguments

Usage: smos-github import URL [--force] [-f|--file FILEPATH] 
                          [-d|--directory FILEPATH]

  Import a github issue as a smos project

Available options:
  URL                      The url to the issue to import
  --force                  Overwrite an existing file
  -f,--file FILEPATH       File to put the resulting project in
  -d,--directory FILEPATH  Directory to put the resulting project in
  -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
  -g,--github-oauth-token OAUTH_TOKEN
                           A github OAuth token
  --github-oauth-token-file OAUTH_TOKEN_FILE
                           A github OAuth token file

Environment

This command does not use any extra environment variables.

Configuration

The import command admits no extra configuration.