From ac4f525fb4ebbd3d919d9c860b7e3d76d567b7d9 Mon Sep 17 00:00:00 2001 From: "Vyacheslav.Sviridov" Date: Thu, 2 Dec 2021 00:19:44 +0600 Subject: [PATCH] 1.0.5a release --- CHANGELOG.md | 4 ++++ README.md | 3 +++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f7303..34363c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,3 +13,7 @@ Adding `persistent` command ## 1.0.4a Error corrections + +## 1.0.5a + +Added `alarms` command diff --git a/README.md b/README.md index 41da44a..73c620e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Authentication Successful - `up` - navigate up one level - `fdn ` - navigate to FDN - `home` - navigate to root folder +- `alarms` - show alarms - `persistent` - toggle persistent attributes inclusion - `exit` - logout and exit application @@ -368,3 +369,5 @@ EMN returns error if commited configuration includes attributes with type SHORT. 1.0.3a - Adding `persistent` command 1.0.4a - Error corrections + +1.0.5a - Added `alarms` command diff --git a/package.json b/package.json index 4299e28..54ac979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tplg-cli", - "version": "1.0.4a", + "version": "1.0.5a", "description": "This is a cli application to access Ericcson Network Manager (ENM) Topology Browser", "bin": "./bin/tplg-cli.js", "scripts": {