Skip to content

Commit 6404f1c

Browse files
Fix enroll file parameter in CLI docs (#660)
The --file parameter has to come after the enroll command but the docs mistakenly put it before
1 parent 35e7dd1 commit 6404f1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/deep-dives/mobile/nimbus-cli/50-working-with-files.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ The `enroll` command takes `--file` parameter, so you can enroll from recipes st
9292

9393
```sh
9494
nimbus-cli --app fenix --channel developer \
95+
enroll \
9596
--file archived.json \
96-
enroll android-research-surface-validation --branch treatment
97+
android-research-surface-validation --branch treatment
9798
```
9899

99100
## `apply-file`

0 commit comments

Comments
 (0)