mirror of
https://github.com/vvsviridov/enm-cli.git
synced 2025-10-29 19:23:56 +00:00
minor errors
This commit is contained in:
@@ -127,7 +127,7 @@ class TopologyBrowser extends ENM {
|
||||
|
||||
persistent() {
|
||||
this.includeNonPersistent = !this.includeNonPersistent
|
||||
console.log(chalk.yellow(`Include Non Persistent Atrributes Set to: ${this.includeNonPersistent}`))
|
||||
console.log(chalk.yellow(`Include Non Persistent Attributes Set to: ${this.includeNonPersistent}`))
|
||||
}
|
||||
|
||||
async alarms(fdn) {
|
||||
|
||||
@@ -3,7 +3,7 @@ const logAttributes = require('../../../../util/logAttributes')
|
||||
|
||||
async function show(filter) {
|
||||
const axiosConfig = {
|
||||
text: 'Getting Atrributes...',
|
||||
text: 'Getting Attributes...',
|
||||
method: 'get',
|
||||
url: `${this.objectUrl}${this.currentPoId}`,
|
||||
params: {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "enm-cli",
|
||||
"version": "1.0.3a",
|
||||
"version": "1.0.4a",
|
||||
"description": "This is a cli application for Ericsson Network Manager (ENM)",
|
||||
"bin": "./bin/enm-cli.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -45,6 +45,9 @@ function logList(listReference, output) {
|
||||
if (listReference.constraints) {
|
||||
logConstraints(listReference.constraints, output)
|
||||
}
|
||||
if (listReference.enumeration) {
|
||||
logEnumeration(listReference.enumeration, output)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user