NAME
idoit-object - handle objects in i-doit
VERSION
version 0.4.1
SYNOPSIS
idoit-object [ options ]
OPTIONS
--help | -h | -?
Show a short description and exit.
--man
Show the full man page and exit.
--config path
Read configuration values from a file found at the given path.
--get-data id | --data id
Print a subset of the information for object with ID id as JSON.
--get-information id | --information id
Print all information for the object with ID id as JSON.
--pretty
Pretty print JSON output.
--version | -V
Show the version and exit.
CONFIGURATION FILE FORMAT
The configuration file should contain lines with a key and a value separated by equal sign (=) or colon (:). The key and the value may be enclosed in single (') or double (") quotation marks. Leading and trailing white space is removed as well as a comma (,) at the the end of the line.
The program needs the following keys in the file:
- key
-
The API key for i-doit.
- url
-
The URL of the i-doit instance.
- username
-
The username for the login (optional).
- password
-
The password for the login (optional).
AUTHOR
Mathias Weidner <mamawe@cpan.org>