Update CLI docs to reflect new CLI verb/noun structure (#1031)

Use new CLI syntax
This commit is contained in:
Owen Cliffe
2018-06-08 11:47:04 +01:00
committed by GitHub
parent 1a3b72a05b
commit 456cbed8bd
7 changed files with 14 additions and 14 deletions

View File

@@ -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