This repository was archived by the owner on Jun 14, 2022. It is now read-only.
File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Cli application based on ENM Topology Browser API
2
2
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 )
5
5
6
6
## Main goal
7
7
@@ -17,7 +17,13 @@ Then you can run directly from NPM without installation
17
17
npx tplg-cli -l USERNAME -p PASSWORD -u https://enm.your.company.domain.com
18
18
```
19
19
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 ...
21
27
22
28
```
23
29
npm install
@@ -65,10 +71,10 @@ Authentication Successful
65
71
- ` show [<valid regex>] ` - shows current object's attributes filtered with regex
66
72
- ` config ` - enters _ config_ mode
67
73
- ` up ` - navigate up one level
68
- - ` fdn <valid FDN> ` - navigate to FDN
74
+ - ` fdn [ <valid FDN>] ` - navigate to FDN
69
75
- ` home ` - navigate to root folder
70
76
- ` alarms ` - show alarms
71
- - ` sync ` - initiate node synchronization
77
+ - ` sync ` - initiate node CM synchronization
72
78
- ` persistent ` - toggle persistent attributes inclusion
73
79
- ` exit ` - logout and exit application
74
80
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tplg-cli" ,
3
- "version" : " 1.0.6-a " ,
3
+ "version" : " 1.0.6-b " ,
4
4
"description" : " This is a cli application to access Ericcson Network Manager (ENM) Topology Browser" ,
5
5
"bin" : " ./bin/tplg-cli.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments