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

Commit ce5fd65

Browse files
committed
publish b
1 parent 3c3c403 commit ce5fd65

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cli application based on ENM Topology Browser API
22

3-
[![Node version](https://img.shields.io/github/package-json/version/vvsviridov/tplg-cli?label=tplg-cli&color=brightgreen)](https://github.com/vvsviridov/tplg-cli)
4-
[![Node version](https://img.shields.io/npm/v/tplg-cli?color=red)](https://www.npmjs.com/package/tplg-cli)
3+
[![Github version](https://img.shields.io/github/package-json/version/vvsviridov/tplg-cli?label=tplg-cli&color=brightgreen)](https://github.com/vvsviridov/tplg-cli)
4+
[![Npm version](https://img.shields.io/npm/v/tplg-cli?color=red)](https://www.npmjs.com/package/tplg-cli)
55

66
## Main goal
77

@@ -17,7 +17,13 @@ Then you can run directly from NPM without installation
1717
npx tplg-cli -l USERNAME -p PASSWORD -u https://enm.your.company.domain.com
1818
```
1919

20-
Or clone or download this repository and run from the project root directory ...
20+
Or install with NPM
21+
22+
```
23+
npm i tplg-cli
24+
```
25+
26+
Or download this repository and run from the project root directory ...
2127

2228
```
2329
npm install
@@ -65,10 +71,10 @@ Authentication Successful
6571
- `show [<valid regex>]` - shows current object's attributes filtered with regex
6672
- `config` - enters _config_ mode
6773
- `up` - navigate up one level
68-
- `fdn <valid FDN>` - navigate to FDN
74+
- `fdn [<valid FDN>]` - navigate to FDN
6975
- `home` - navigate to root folder
7076
- `alarms` - show alarms
71-
- `sync` - initiate node synchronization
77+
- `sync` - initiate node CM synchronization
7278
- `persistent` - toggle persistent attributes inclusion
7379
- `exit` - logout and exit application
7480

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tplg-cli",
3-
"version": "1.0.6-a",
3+
"version": "1.0.6-b",
44
"description": "This is a cli application to access Ericcson Network Manager (ENM) Topology Browser",
55
"bin": "./bin/tplg-cli.js",
66
"scripts": {

0 commit comments

Comments
 (0)