mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Update CLI docs to reflect new CLI verb/noun structure (#1031)
Use new CLI syntax
This commit is contained in:
@@ -22,8 +22,8 @@ cat post.json | fn run -e DB_USER=root -e DB_PASS=pass posts/create
|
||||
fn run -e DB_USER=root -e DB_PASS=pass posts
|
||||
|
||||
# Set app configs
|
||||
fn apps config set blog DB_USER root
|
||||
fn apps config set blog DB_PASS pass
|
||||
fn config app blog DB_USER root
|
||||
fn config app blog DB_PASS pass
|
||||
|
||||
# fn deploy it!
|
||||
fn deploy --all
|
||||
|
||||
Reference in New Issue
Block a user