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

Commit

Permalink
readme and changelog modification
Browse files Browse the repository at this point in the history
  • Loading branch information
vvsviridov committed Aug 25, 2021
1 parent e0654d9 commit ac8afc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1a

`show` command filter is regex now

## 1.0.2a

Adding `fdn` command
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ Authentication Successful

### Commands

> **Note:** _only `show` command can have parameter, all other commands haven't._
> **Note:** _only `show` and `fdn` command can have parameter, all other commands haven't._
- `show [<valid regex>]` - shows current object's attributes filtered with regex
- `config` - enters _config_ mode
- `up` - navigate up one level
- `fdn <valid FDN>` - navigate to FDN
- `home` - navigate to root folder
- `exit` - logout and exit application

Expand Down
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.1a",
"version": "1.0.2a",
"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 ac8afc2

Please sign in to comment.