Skip to content

pockethost/phio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phio: the pockethost.io CLI

Auth

bunx phio login
bunx phio whoami

List instances

bunx phio list

Watch and push local changes instantly

bunx phio dev [instance]

Deploy to remote

bunx phio deploy [instance]

Tail logs

bunx phio logs [instance]

Configuration

Use pockethost in your package.json to save your instance name so you don't need to keep typing it:

// package.json
{
  "pockethost": {
    "instanceId": "all-your-base"
  }
}

-or-

Use pockethost.json to save your instance name so you don't need to keep typing it.

{
    "instanceId": "all-your-base'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published