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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user