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

@@ -6,7 +6,7 @@ These are ordered in order of preference, the later ones overriding the previous
## 1. Application level configuration
```sh
fn apps config set myapp LOG_LEVEL debug
fn config app myapp LOG_LEVEL debug
```
## 2. Function configuration from func.yaml
@@ -16,5 +16,5 @@ See [Function file](function-file.md) for more info.
## 3. Route level configuration
```sh
fn routes config set myapp hello2 LOG_LEVEL info
fn config route myapp hello2 LOG_LEVEL info
```