From ad576060ff24e9b865063aef1fb43538e27e8870 Mon Sep 17 00:00:00 2001 From: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:14:51 -0500 Subject: [PATCH] Fix enroll file parameter in CLI docs The --file parameter has to come after the enroll command but the docs mistakenly put it before --- docs/deep-dives/mobile/nimbus-cli/50-working-with-files.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deep-dives/mobile/nimbus-cli/50-working-with-files.mdx b/docs/deep-dives/mobile/nimbus-cli/50-working-with-files.mdx index 6e69e83e4..abbdc83b9 100644 --- a/docs/deep-dives/mobile/nimbus-cli/50-working-with-files.mdx +++ b/docs/deep-dives/mobile/nimbus-cli/50-working-with-files.mdx @@ -92,8 +92,9 @@ The `enroll` command takes `--file` parameter, so you can enroll from recipes st ```sh nimbus-cli --app fenix --channel developer \ + enroll \ --file archived.json \ - enroll android-research-surface-validation --branch treatment + android-research-surface-validation --branch treatment ``` ## `apply-file`