-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Robin Černín edited this page Oct 22, 2019
·
25 revisions
Welcome to the memsource-cli-client wiki!
- Create analysis
- Delete analysis
- Create analyses by languages
- List analyses by project
- Get Analysis
- Login
- Who Am I
- Creates job in project
- Delete job
- List jobs in project
- Get job
- Create new project
- Deletes a project
- List projects
- Get project
- Create new project from template
- Create user
- Get user
- Job file download (bilingual MXLF)
- Job file download (bilingual XLIFF)
- Job file download (bilingual DOCX)
- Job file download (target)
- Job file download (original)
- Job Translation pre-translate
- Job Translations delete
$ memsource --help
usage: memsource [--version] [-v | -q] [--log-file LOG_FILE] [-h] [--debug] [--ms-username <auth-username>] [--ms-password <auth-password>] [--ms-token <auth-token>]
Unofficial Memsource CLI client
optional arguments:
--version show program's version number and exit
-v, --verbose Increase verbosity of output. Can be repeated.
-q, --quiet Suppress output except warnings and errors.
--log-file LOG_FILE Specify a file to log output. Disabled by default.
-h, --help Show help message and exit.
--debug Show tracebacks on errors.
--ms-username <auth-username>
Authentication username (Env: MEMSOURCE_USERNAME)
--ms-password <auth-password>
Authentication password (Env: MEMSOURCE_PASSWORD)
--ms-token <auth-token>
Authentication token (Env: MEMSOURCE_TOKEN)
Commands:
analyse create Create analysis
analyse delete Delete analysis
analyse language create Create analyses by languages
analyse project list List analyses by project
analyse show Get Analysis
auth login Login
auth whoami Who am I
complete print bash completion command (cliff)
help print detailed help for another command (cliff)
job create Creates job in project
job delete Delete jobs
job download Download job file
job list List jobs in project
job show Get job
job translations delete Delete translations
project create Create new project
project delete Deletes a project
project list List projects
project show Get project
project template create Create new project from template
translation pre-translate Pre-translate job
user create Create user
user get Get user