Skip to content

Releases: bheisig/i-doit-cli

0.9

08 Jan 15:15
0.9
5978649
Compare
Choose a tag to compare

This release includes two new commands to visualize CMDB data and some minor changes/fixes.

Highlights:

Added

  • network: Add new command to print list of IPv4 addresses
  • rack: Add new command to visualize hardware racks

Changed

  • save: Handle more attributes as text fields

Fixed

  • save: Do not ignore capacity (float) incl. unit (b, kb, mb, gb, tb)
  • read: Print object types when no arguments are given

0.8

31 Jul 12:14
0.8
5f036ce
Compare
Choose a tag to compare
0.8

This release brings nothing special and is all about maintenance.

Highlights:

Changed

  • Require PHP >= 7.1 (PHP 7.0 is end-of-life); recommend PHP 7.3
  • i-doit 1.13 or higher is required
  • i-doit API add-on 1.10.3 is required
  • Require PHP extension zlib instead of bz2

Fixed

  • Allow API calls without credentials
  • save/show: Prevent PHP fatal error when encoding empty dialog+ attribute
  • show: Prevent any unwanted user interaction (--yes) if object not found or selection ambiguous
  • Make CLI option -y/--yes work after it was completely ignored
  • read: Convert values to strings before printing them which prevents PHP fatal errors

☀️☀️☀️ Happy summer time ☀️☀️☀️

0.7

18 Dec 15:20
0.7
46dac6f
Compare
Choose a tag to compare
0.7

This release is a great step forward with new features and tons of improvements. Happy holidays!

Highlights:

Added

  • save: Create/update CMDB objects and their category entries
  • log: Add entry to i-doit logbook
  • logs: Print entries from i-doit logbook
  • cache: Create cache files needed for faster processing
  • Add support for custom categories with user-defined attributes

Changed

  • init: Just create configuration file and do not cache files anymore
  • help/-h/--help: Print more information about using each command
  • Ignore categories which have no proper attributes

Fixed

  • init: Ask to enable proxy settings

0.6

20 Nov 14:17
0.6
9afbaab
Compare
Choose a tag to compare
0.6

See CHANGELOG.md for further details.

0.5

24 Apr 16:56
0.5
d18d131
Compare
Choose a tag to compare
0.5

See CHANGELOG.md for further details.

0.4

21 Sep 11:11
0.4
34b3e14
Compare
Choose a tag to compare
0.4

I am pleased to announce the availability of version 0.4. This release brings you various new features and bug fixes. Please see documentation for everything you need to know about this project.

0.3

25 Jul 14:41
0.3
2aa68d9
Compare
Choose a tag to compare
0.3

I am pleased to announce the availability of version 0.3. This release brings you various new features and bug fixes.

Changelog:

  • Add: Show everything about an object (command idoit show)
  • Add: Read object by its identifier (command idoit read)
  • Add: Perform self-defined API requests (command idoit call)
  • Add: Find errors in additional configuration files
  • Fix: Show the right command description (idoit help [command] or idoit [command] --help)
  • Fix: Command idoit read was unable to fetch a list of objects or attributes for an object when configuration setting limitBatchRequest is disabled (0).

Please see documentation for everything you need to know about this project.

0.2

06 Apr 16:22
0.2
8eba0a4
Compare
Choose a tag to compare
0.2

I am pleased to announce the availability of version 0.2. This release brings you various new features and bug fixes.

Changelog:

  • Add: Find your data with new command search
  • Add: List attributes and assigned categories with command read
  • Add: Sort results with command read
  • Add: Strip HTML code in results for command read
  • Add: Limit batch requests (if configured) for command read with setting limitBatchRequests
  • Add: Describe a lot of examples for command read in documentation und built-in help
  • Add: Simple bash completion
  • Add: Create racks and servers with categories "formfactor", "cpu", "model", and "location" with command random
  • Add: Put servers into empty racks with command random
  • Add: More examples in docs/ for command random
  • Add: Show message if cache is out-dated, see configuration setting cacheLifetime
  • Fix: Errors in built-in help
  • Fix: Removed out-dated command line options
  • Fix: Source code documentation

Please see documentation for everything you need to know about this project.

0.1

06 Feb 17:47
0.1
Compare
Choose a tag to compare
0.1

First release! See README.md for a detailed description.