1.0.0-10 • Published 8 years ago

mktmpio v1.0.0-10

Weekly downloads
4
License
Artistic-2.0
Repository
github
Last release
8 years ago

mktmpio Build Status

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.

1.0.0-10

8 years ago

1.0.0-9

8 years ago

1.0.0-8

8 years ago

1.0.0-7

9 years ago

1.0.0-6

9 years ago

1.0.0-5

9 years ago

1.0.0-4

9 years ago

1.0.0-3

9 years ago

1.0.0-2

9 years ago

1.0.0-1

9 years ago

0.0.0

9 years ago