Skip to content

Releases: future-id/mdr-cli

v1.5.2

Choose a tag to compare

@Pepijn98 Pepijn98 released this 06 Apr 12:19
b11b3ee
  • Fix record value cut off at = sign

v1.5.1

Choose a tag to compare

@Pepijn98 Pepijn98 released this 06 Apr 12:18
50fdcd2
  • Added full-domain option to mdr domain record/template (full-domain is domain + tld example.com)
  • Quiet flag on mdr domain record/template will return 0 instead of throw an error if nothing is found
  • Update mdr domain record filter

v1.5.0

Choose a tag to compare

@Pepijn98 Pepijn98 released this 19 Jan 14:00
39d72b4

Added new subcommands

  • mdr dns record add - Add new record
  • mdr dns record remove - Remove record
  • mdr dns template record add - Add new record to template
  • mdr dns template record remove - Remove record from template
  • mdr domain record - Record details from domain (option to get certain property as plain text)
  • mdr domain template - Get template id from domain

v1.4.2

Choose a tag to compare

@Pepijn98 Pepijn98 released this 13 Jan 15:42
95396b9

Features added in 1.4.1 but due to a publishing error an empty package was published.

  • Changes yarn update message
  • New subcommand lastNotification for get.
    Usage: mdr get lastNotification
    Aliases: [last-notification, last-notif, lastNotif]
  • Update README
  • Update internal update check
  • Clean-up code
  • Update dependencies

v1.4.1

Choose a tag to compare

@Pepijn98 Pepijn98 released this 06 Jan 10:54
20ed108

Invalid version, do not use!

v1.4.0

Choose a tag to compare

@Pepijn98 Pepijn98 released this 26 Nov 10:57
65763bb
  • Add quiet flag to commands that show a loading indicator, this flag disables such indicator
  • Commands that show a table of content now start their index at 1 instead of 0
  • Update dependencies

v1.3.2

Choose a tag to compare

@Pepijn98 Pepijn98 released this 22 Nov 16:05
e64213a

Add lastNotification property to config which is a timestamp (milliseconds passed since Jan 1st 1970).
Using this we check if the last notification is at least 12 hours ago to prevent update message spam when using commands.

v1.3.1

Choose a tag to compare

@Pepijn98 Pepijn98 released this 22 Nov 16:00
09262e7
  • Better update notification message
  • Remove prettier
  • Update dependencies

v1.3.0

Choose a tag to compare

@Pepijn98 Pepijn98 released this 19 Nov 11:43
4e3f579
  • Add get subcommand
  • Add [api-path, auth-type] aliases to set subcommand
  • Update set subcommand descriptions
  • Update internal logger class
  • Update README.md

v1.2.1

Choose a tag to compare

@Pepijn98 Pepijn98 released this 19 Nov 11:42
51180f9
  • Add subcommand description to help message
  • Update some warning messages
  • Add 'get' command (TODO)
  • Update linting
  • Change ES target
  • Update package.json
  • Remove unnecessary import
  • Update README
  • Update config warning