mirror of
https://github.com/vvsviridov/enm-cli.git
synced 2025-11-02 05:03:42 +00:00
lost help messages
This commit is contained in:
@@ -7,6 +7,7 @@ const mainHelp = [
|
|||||||
'home - navigate to root folder',
|
'home - navigate to root folder',
|
||||||
'alarms - show alarms',
|
'alarms - show alarms',
|
||||||
'sync - initiate node CM synchronization',
|
'sync - initiate node CM synchronization',
|
||||||
|
'search - searching for specified nodes',
|
||||||
'persistent - toggle persistent attributes inclusion',
|
'persistent - toggle persistent attributes inclusion',
|
||||||
'exit - logout and exit application',
|
'exit - logout and exit application',
|
||||||
].join('\n')
|
].join('\n')
|
||||||
@@ -16,10 +17,11 @@ const configHelp = [
|
|||||||
'set - set attribute\'s value',
|
'set - set attribute\'s value',
|
||||||
'get - get attribute\'s value',
|
'get - get attribute\'s value',
|
||||||
'commit - commiting changes to the network',
|
'commit - commiting changes to the network',
|
||||||
|
'description - show attribute\'s description',
|
||||||
'check - view configuration changes',
|
'check - view configuration changes',
|
||||||
'end - exit config mode without commiting',
|
'end - exit config mode without commiting',
|
||||||
'exit - logout and exit application',
|
'exit - logout and exit application',
|
||||||
].join('\n')
|
].join('\n')
|
||||||
|
|
||||||
|
|
||||||
module.exports = { mainHelp, configHelp }
|
module.exports = { mainHelp, configHelp }
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "enm-cli",
|
"name": "enm-cli",
|
||||||
"version": "1.0.2a",
|
"version": "1.0.3a",
|
||||||
"description": "This is a cli application for Ericsson Network Manager (ENM)",
|
"description": "This is a cli application for Ericsson Network Manager (ENM)",
|
||||||
"bin": "./bin/enm-cli.js",
|
"bin": "./bin/enm-cli.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user