Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
1.0.5a release
Browse files Browse the repository at this point in the history
  • Loading branch information
vvsviridov committed Dec 1, 2021
1 parent 5cb1245 commit ac4f525
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ Adding `persistent` command
## 1.0.4a

Error corrections

## 1.0.5a

Added `alarms` command
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Authentication Successful
- `up` - navigate up one level
- `fdn <valid FDN>` - navigate to FDN
- `home` - navigate to root folder
- `alarms` - show alarms
- `persistent` - toggle persistent attributes inclusion
- `exit` - logout and exit application

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ac4f525

Please sign in to comment.