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