phio
v0.2.4
Published
A CLI tool to manage your PocketHost instances
Downloads
214
Readme
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'
}