mktmpio
v1.0.0-10
Published
CLI and client library for mktmp.io service
Downloads
8
Readme
mktmpio
CLI and Node client for https://mktmp.io/ service.
Note: If you are looking for a more full-featured CLI, you should take a look at mktmpio/cli.
Installation
NOTE: This package is open source, but installation from npmjs.com is subject to the mktmpio Privacy Policy.
$ npm install -g mktmpio
$ echo 'token: $MY_TOKEN' > ~/.mktmpio.yml
Usage
Once installed and your ~/.mktmpio.yml
config contains your mktmpio auth
token you can create an instance of any of the supported services:
$ mktmpio $TYPE
Examples
Redis
$ mktmpio redis
i.mktmp.io:32806> SCAN 0
1) "0"
2) (empty list or set)
i.mktmp.io:32806>exit
instance e19b07bca586 terminated
$
MySQL
$ mktmpio mysql
mysql> select 1, 2;
+---+---+
| 1 | 2 |
+---+---+
| 1 | 2 |
+---+---+
1 row in set (0.07 sec)
mysql> exit
Bye
instance 3b9f136893da terminated
$
Legal
© 2015,2016 Datajin Technologies, Inc.
This package is open source under an Artistic 2.0 license, but installation of this module and use of the mktmpio service are both subject to the mktmpio Privacy Policy and mktmpio Terms of Service policy.