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

Commit

Permalink
publish b
Browse files Browse the repository at this point in the history
  • Loading branch information
vvsviridov committed Jan 30, 2022
1 parent 3c3c403 commit ce5fd65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cli application based on ENM Topology Browser API

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

## Main goal

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

Or clone or download this repository and run from the project root directory ...
Or install with NPM

```
npm i tplg-cli
```

Or download this repository and run from the project root directory ...

```
npm install
Expand Down Expand Up @@ -65,10 +71,10 @@ Authentication Successful
- `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
- `fdn [<valid FDN>]` - navigate to FDN
- `home` - navigate to root folder
- `alarms` - show alarms
- `sync` - initiate node synchronization
- `sync` - initiate node CM synchronization
- `persistent` - toggle persistent attributes inclusion
- `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.6-a",
"version": "1.0.6-b",
"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 ce5fd65

Please sign in to comment.