NAME
idoit-query - query i-doit directly with JSON
VERSION
version 0.4.1
SYNOPSIS
idoit-query [options] [ json_query ]
Options:
--config path - take i-doit credentials from file given in path
--file queryfile - take query from file named queryfile
--help / -? - print a short help text and exit
--man - print the full man page and exit
--version / -V - print the version of the program and exit
CONFIGURATION FILE
This 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
LICENCE AND COPYRIGHT
Copyright (c) 2024, Mathias Weidner mamawe@cpan.org
. All rights reserved.
This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.