Metadata-Version: 2.1
Name: scalegrid-cli
Version: 1.0.8
Summary: ScaleGrid CLI
Home-page: UNKNOWN
License: GPL
Keywords: scalegrid database mongo redis mysql postgresql
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Requires-Dist: docopt (==0.6.2)

====================
ScaleGrid CLI v1.0.8
====================

This tool lets you to leverage command line interface (CLI) functionality for
hosting your database as a service, on ScaleGrid. This ScaleGrid tool allows
you to perform the same actions you can through the browser-based ScaleGrid
Console.

============
Installation
============

If you have Python3 installed, you can install this tool via -
``pip install scalegrid-cli``

If you do not have Python3 installed please download and install Python3
from https://www.python.org/downloads/ 

ScaleGrid CLI requires Python 3.6 or above.

=====
Usage
=====

Type ``sg-cli -h`` to open the help menu

You can also find detailed help for each of our supported databases
`in our help pages <https://help.scalegrid.io/docs>`_


MongoDB		: https://help.scalegrid.io/docs/mongodb-cli-tool-installation-use

Redis (TM)	: https://help.scalegrid.io/docs/redis-cli-tool-installation-use

MySQL		: https://help.scalegrid.io/docs/mysql-cli-tool-installation-use

PostgreSQL	: https://help.scalegrid.io/docs/postgres-cli-tool-installation-use

