Skip to content

Commit

Permalink
Merge pull request cohesivestack#47 from ipoint-bis/upstream/feature/…
Browse files Browse the repository at this point in the history
…set-configuration

cohesivestack#38: new action(s) to get and set a config parameter
  • Loading branch information
ogmueller authored Feb 12, 2019
2 parents d3d567b + acbbc9f commit c71a965
Show file tree
Hide file tree
Showing 3 changed files with 774 additions and 67 deletions.
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,31 +260,34 @@ Just typing `ineo` you can get a brief description of every Ineo command.
```
$ ineo help

USAGE:
ineo <command> [options] [<arguments>]
USAGE:
ineo <command> [options] [<arguments>]

COMMANDS:

COMMANDS:
create Create a new instance with a specific <name>
set-port Change the port of a specific instance <name>
versions Show the Neo4j versions available for installation
instances Show the information about installed instances

create Create a new instance with a specific <name>
set-port Change the port of a specific instance <name>
versions Show the Neo4j versions available for installing
instances Show the information about the installed instances
start Start Neo4j instances
stop Stop Neo4j instances
restart Restart Neo4j instances
status Show instances status
shell Start the shell for a Neo4j instance
console Start a Neo4j instance in mode console

start Start Neo4j instances
stop Stop Neo4j instances
restart Restart Neo4j instances
status Show instances status
shell Start the shell for a Neo4j instance
console Start a Neo4j instance in mode console
set-config Change settings in configuration file
get-config Read settings from configuration file

delete-db Delete all data of a specific instance <name>
destroy Remove a specific instance <name>
delete-db Delete all data of a specific instance <name>
destroy Remove a specific instance <name>

install Install ineo
update Update ineo
uninstall Uninstall ineo
install Install ineo
update Update ineo
uninstall Uninstall ineo

help Show this help or help for specific [command]
help Show this help or help for specific [command]
```
### Help for a specific command
Expand Down
Loading

0 comments on commit c71a965

Please sign in to comment.