Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 462 Bytes

CLI.md

File metadata and controls

41 lines (29 loc) · 462 Bytes

Command Line Interface (CLI)

Create Project

pfunk init <project_name>

Add Stage

pfunk add_stage <stage_name>

Publish

pfunk publish <stage_name>

Create Admin User

pfunk create_admin_user <stage_name>

Seed Keys

pfunk seed_keys <stage_name>

Deploy

pfunk deploy <stage_name>

Run Server

pfunk local