EVL – ETL Tool


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2021 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Table of Contents

Manager

(since EVL 2.4)

To manipulate monitor database of given <project> used by EVL Manager.

update

to update EVL Manager database based on EVL status log. When no project is specified, suppose current directory as a project folder.

Synopsis

syntax/Manager
evl manager user
  add <username> [-p|--password=<password>] [-a|--admin] [-v|--verbose]

evl manager project
  add <project_name> [-p|--path=<project_path>] [-v|--verbose]

evl manager user-to-project
  <project_name> <username> [-v|--verbose]

evl manager update
  [-p|--project=<project_dir>] [-v|--verbose]

evl manager
  ( --help | --usage | --version )

Options

-p, --project=<project_dir>

specify project folder if not the current working one

Standard options:

--help

print this help and exit

--usage

print short usage information and exit

-v, --verbose

print to stderr info/debug messages of the component

--version

print version and exit

Examples

  1. To update monitor DB according to status log of project ‘billing’:
    evl manager update -p billing