From 95bf636efbe27657ab858f0fa671d7b82e1cb830 Mon Sep 17 00:00:00 2001 From: "Oliver G. Mueller" Date: Tue, 12 Feb 2019 15:27:01 +0100 Subject: [PATCH] changed ineo version to 2.0.0 added backup and restore to readme change copyright to 2019 added project information to readme --- README.md | 9 +++++++-- ineo | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ddc2db5..060bd96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ineo [![Join the chat at https://gitter.im/cohesivestack/ineo](https://badges.gitter.im/cohesivestack/ineo.svg)](https://gitter.im/cohesivestack/ineo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +Project information: [![License](https://img.shields.io/github/license/cohesivestack/ineo.svg?style=flat)](https://img.shields.io/github/license/cohesivestack/ineo.svg?style=flat) +[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/cohesivestack/ineo.svg?style=flat)]((https://img.shields.io/github/languages/code-size/cohesivestack/ineo.svg?style=flat)) A simple but useful Neo4j instance manager. @@ -268,7 +270,7 @@ $ ineo help create Create a new instance with a specific set-port Change the port of a specific instance versions Show the Neo4j versions available for installation - instances Show the information about installed instances + list List information about installed instances start Start Neo4j instances stop Stop Neo4j instances @@ -277,6 +279,9 @@ $ ineo help shell Start the shell for a Neo4j instance console Start a Neo4j instance in mode console + backup Backup a specific database + restore Restore a specific database + set-config Change settings in configuration file get-config Read settings from configuration file @@ -337,6 +342,6 @@ Code contributions are welcome. The rules are: ## License -Copyright © 2015-2018 Carlos Forero +Copyright © 2015-2019 Carlos Forero Ineo is released under the MIT License. diff --git a/ineo b/ineo index 87997e3..609cd01 100755 --- a/ineo +++ b/ineo @@ -1,6 +1,6 @@ #!/bin/bash -# ineo 1.1.0 - Neo4j Instances Manager -# Copyright (C) 2015-2018 Carlos Forero +# ineo 2.0.0 - Neo4j Instances Manager +# Copyright (C) 2015-2019 Carlos Forero # # http://github.com/carlosforero/ineo # @@ -22,7 +22,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -VERSION=1.1.0 +VERSION=2.0.0 DEFAULT_HOME="${HOME}/.ineo"