You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point installs at get.flagsmith.com rather than a raw.githubusercontent.com
path, add the npm package, and open with what the CLI is for instead of calling
it a work in progress.
The pinned --version example is wrapped in release-please block markers so it
bumps with every release like the ones in install.sh and install.ps1. It needs
the block form rather than an inline annotation because the line sits inside a
fenced code block, where the comment would render as part of the snippet.
curl -fsSL https://get.flagsmith.com| sh -s -- --help
22
24
```
23
25
26
+
<!-- x-release-please-end -->
27
+
24
28
`FLAGSMITH_CLI_VERSION`, `FLAGSMITH_INSTALL_DIR` and `FLAGSMITH_NO_MODIFY_PATH` do the same if exported first.
25
29
26
30
To pin the installer itself, fetch it at a commit you trust: `raw.githubusercontent.com/Flagsmith/flagsmith-cli/<sha>/install.sh`.
27
31
28
-
Alternatively, `go install github.com/Flagsmith/flagsmith-cli/v2@v2.0.0-beta.3` (installs as `flagsmith-cli`), or grab an archive from [Releases](https://github.com/Flagsmith/flagsmith-cli/releases). <!-- x-release-please-version -->
Alternatively, `go install github.com/Flagsmith/flagsmith-cli/v2@v2.0.0-beta.3` (installs as `flagsmith-cli`), or grab an archive from [Releases](https://github.com/Flagsmith/flagsmith-cli/releases). <!-- x-release-please-version -->
45
+
36
46
## Build
37
47
38
48
```sh
@@ -56,7 +66,7 @@ flagsmith flag list # list the flags in the current environment
56
66
57
67
## Commands
58
68
59
-
Full reference for every command and flag: <https://flagsmith.github.io/flagsmith-cli/> (generated from `--help`, so it matches the release).
69
+
Full reference for every command and flag: <https://flagsmith.github.io/flagsmith-cli/>.
60
70
61
71
Reading works against any Flagsmith instance. Changing flags — `flag update`, `flag enable`/`disable`, `flag reorder`, `flag delete` — needs Flagsmith 2.263.0 or newer, self-hosted or SaaS.
0 commit comments