We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4656e commit ae5147dCopy full SHA for ae5147d
README.md
@@ -4,11 +4,13 @@ Commandline tool for generating a `config_db.json` file for SONiC.
4
5
## Usage
6
7
-Create an `input.yaml` file with config variables.
+Create a `sonic-config.yaml` file with config variables.
8
Then run
9
10
```bash
11
-sonic-confidb-utils generate -i input.yaml -o config_db.json -f path/to/platform.json
+sonic-confidb-utils generate
12
```
13
14
Check the [template-values.yaml](template-values.yaml) file to see examples for all accepted variables.
15
+
16
+Supported SONiC Version: 202411.0
0 commit comments