Skip to content

lucky-chap/pocket-nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocketNano

The official CLI for PocketEnv. PocketEnv was created for the PlanetScale and Hashnode [Hackathon].

How to Use

First install from NPM

npm i -g pocket-nano

Now access your environments

pocket-nano get --name=<your environment name> --key=<your api key> --saveAs=[custom name]

Options

get : Command for using PocketNano (required)

--name : The name of your environment (required)

--key : Your PocketEnv API key found on your user profile (required)

--saveAs : Optional argument to save the environment under a new name (optional)

--help : Bring up help (optional)

Links