Downloads:
37,228
Downloads of v 2.4.0:
620
Last Update:
05 Mar 2025
Package Maintainer(s):
Software Author(s):
- ConfigCat
Tags:
configcat feature-flag feature-toggle- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ConfigCat CLI
- 1
- 2
- 3
2.4.0 | Updated: 05 Mar 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
37,228
Downloads of v 2.4.0:
620
Maintainer(s):
Software Author(s):
- ConfigCat
ConfigCat CLI 2.4.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by ConfigCat. The inclusion of ConfigCat trademark(s), if any, upon this webpage is solely to identify ConfigCat goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ConfigCat CLI, run the following command from the command line or from PowerShell:
To upgrade ConfigCat CLI, run the following command from the command line or from PowerShell:
To uninstall ConfigCat CLI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download configcat --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade configcat -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade configcat -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install configcat
win_chocolatey:
name: configcat
version: '2.4.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'configcat' do
action :install
source 'INTERNAL REPO URL'
version '2.4.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller configcat
{
Name = "configcat"
Version = "2.4.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'configcat':
ensure => '2.4.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 06 Mar 2025.
The ConfigCat Command Line Interface allows you to interact with the ConfigCat Management API via the command line. It supports most functionality found on the ConfigCat Dashboard. You can manage ConfigCat resources like Feature Flags, Targeting / Percentage rules, Products, Configs, Environments, and more.
md5: 57401FD52F2888E6DE95F99844AE851D | sha1: 6B81BC1D099CAD79CB784ADD349E312B1E9C71CA | sha256: 795B7360373217F5E86070942D3D6C55CDA51EF9BCFD7399AC3EFAD96CBDB243 | sha512: A2B4657ECB138C4AE04086DBE43FFC84DDD5AB54AF7A875C1D7A3F51CA12F1B2D7062161D4BB55469152296F46B2F96BE17587A8FF1A3F36BFAE9CE86029CD62
MIT License
Copyright (c) 2021 ConfigCat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
# Command Line Interface for ConfigCat
[](https://github.com/configcat/cli/actions/workflows/ci.yml)
The ConfigCat Command Line Interface allows you to interact with the <a target="_blank" href="https://configcat.com/docs/advanced/public-api">Public Management API</a> via the command line. It supports most functionality found on the ConfigCat Dashboard. You can manage ConfigCat resources like Feature Flags, Targeting / Percentage rules, Products, Configs, Environments, and more.
<img src="assets/teaser.gif" alt="ConfigCat CLI Feature Flag Create"/>
See the <a target="_blank" href="https://configcat.github.io/cli/">command reference documentation</a> for more information about each available command.
## Getting Started
The following instructions will guide you through the first steps to start using this tool.
### Installation
You can install the CLI on multiple operating systems using the following methods.
<details>
<summary><strong>Homebrew (macOS / Linux)</strong></summary>
Install the CLI with [Homebrew](https://brew.sh) from [ConfigCat's tap](https://github.com/configcat/homebrew-tap) by executing the following command:
```bash
brew tap configcat/tap
brew install configcat
```
</details>
<details>
<summary><strong>Snap (Linux)</strong></summary>
Install the CLI with [Snapcraft](https://snapcraft.io/) by executing the following command:
```bash
sudo snap install configcat
```
</details>
<details>
<summary><strong>Scoop (Windows)</strong></summary>
Install the CLI with [Scoop](https://scoop.sh) from [ConfigCat's bucket](https://github.com/configcat/scoop-configcat) by executing the following command:
```bash
scoop bucket add configcat https://github.com/configcat/scoop-configcat
scoop install configcat
```
</details>
<details>
<summary><strong>Chocolatey (Windows)</strong></summary>
Install the CLI with [Chocolatey](https://chocolatey.org/) by executing the following command:
```powershell
choco install configcat
```
</details>
<details>
<summary><strong>.NET tool / NuGet.org</strong></summary>
The CLI can be installed as a [.NET tool](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools) via the .NET SDK.
```bash
dotnet tool install -g configcat-cli
```
After installing, you can execute the CLI using the `configcat` command:
```bash
configcat scan "/repository" --print --config-id <CONFIG-ID>
```
</details>
<details>
<summary><strong>Docker</strong></summary>
The CLI can be executed from a [Docker](https://www.docker.com/) image.
```bash
docker pull configcat/cli
```
An example of how to scan a repository for feature flag & setting references with the docker image.
```bash
docker run --rm \
--env CONFIGCAT_API_HOST=<API-HOST> \
--env CONFIGCAT_API_USER=<API-USER> \
--env CONFIGCAT_API_PASS=<API-PASSWORD> \
-v /path/to/repository:/repository \
configcat/cli scan "/repository" --print --config-id <CONFIG-ID>
```
</details>
<details>
<summary><strong>Install Script</strong></summary>
On Unix platforms, you can install the CLI by executing an install script.
```bash
curl -fsSL "https://raw.githubusercontent.com/configcat/cli/main/scripts/install.sh" | bash
```
By default, the script downloads the OS specific artifact from the latest [GitHub Release](https://github.com/configcat/cli/releases) with `curl` and moves it into the `/usr/local/bin` directory.
It might happen, that you don't have permissions to write into `/usr/local/bin`, then you should execute the install script with `sudo`.
```bash
curl -fsSL "https://raw.githubusercontent.com/configcat/cli/main/scripts/install.sh" | sudo bash
```
The script accepts the following input parameters:
Parameter | Description | Default value
--------- | ----------- | -------------
`-d`, `--dir` | The directory where the CLI should be installed. | `/usr/local/bin`
`-v`, `--version` | The desired version to install. | `latest`
`-a`, `--arch` | The desired architecture to install. | `x64`
Available **architecture** values for Linux: `x64`, `musl-x64`, `musl-arm64`, `arm`, `arm64`.
Available **architecture** values for macOS: `x64`, `arm64`.
**Script usage examples**:
*Custom installation directory*:
```bash
curl -fsSL "https://raw.githubusercontent.com/configcat/cli/main/scripts/install.sh" | bash -s -- -d=/path/to/install
```
*Install a different version*:
```bash
curl -fsSL "https://raw.githubusercontent.com/configcat/cli/main/scripts/install.sh" | bash -s -- -v=1.4.2
```
*Install with custom architecture*:
```bash
curl -fsSL "https://raw.githubusercontent.com/configcat/cli/main/scripts/install.sh" | bash -s -- -a=arm
```
</details>
<details>
<summary><strong>Standalone executables</strong></summary>
You can download the executables directly from [GitHub Releases](https://github.com/configcat/cli/releases) for your desired platform.
</details>
### Configuration
After a successful installation, the CLI must be configured with your <a target="_blank" href="https://app.configcat.com/my-account/public-api-credentials">ConfigCat Management API credentials</a>.
You can do this by using the `configcat setup` command.
<img src="assets/setup.gif" alt="ConfigCat CLI" />
#### Environment Variables
Besides the configuration command above, the CLI can read your credentials from the following environment variables.
Name | Description |
--------- | ----------- |
`CONFIGCAT_API_HOST` | The Management API host. (default: api.configcat.com) |
`CONFIGCAT_API_USER` | The Management API basic authentication username. |
`CONFIGCAT_API_PASS` | The Management API basic authentication password. |
> When any of these environment variables are set, the CLI will use them over the local values set by the `configcat setup` command.
## About ConfigCat
ConfigCat is a feature flag and configuration management service that lets you separate releases from deployments. You can turn your features ON/OFF using <a href="https://app.configcat.com" target="_blank">ConfigCat Dashboard</a> even after they are deployed. ConfigCat lets you target specific groups of users based on region, email or any other custom user attribute.
ConfigCat is a <a href="https://configcat.com" target="_blank">hosted feature flag service</a>. Manage feature toggles across frontend, backend, mobile, desktop apps. <a href="https://configcat.com" target="_blank">Alternative to LaunchDarkly</a>. Management app + feature flag SDKs.
- [Documentation](https://configcat.com/docs/advanced/cli)
- [ConfigCat](https://configcat.com)
- [Blog](https://configcat.com/blog)
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published and maintained by ConfigCat.
Steps to verify the checksum of the standalone executable (configcat.exe) included:
- Download the zipped executable from the official release page and extract it.
The URL of this version: https://github.com/configcat/cli/releases/download/v2.4.0/configcat-cli_2.4.0_win-x64.zip
- Execute the 'Get-FileHash' PowerShell command on the extracted 'configcat.exe' to obtain the checksum.
- The printed hash must match with the checksum value for 'configcat.exe' showed on this package's Chocolatey page.
Log in or click on link to see number of positives.
- configcat.2.4.0.nupkg (448587aa4b37) - ## / 67
- configcat.exe (795b73603732) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
ConfigCat CLI 2.4.0 | 620 | Wednesday, March 5, 2025 | Approved | |
ConfigCat CLI 2.3.3 | 88 | Thursday, August 22, 2024 | Approved | |
ConfigCat CLI 2.3.2 | 153 | Thursday, July 25, 2024 | Approved | |
ConfigCat CLI 2.3.1 | 51 | Wednesday, July 24, 2024 | Approved | |
ConfigCat CLI 2.3.0 | 25 | Wednesday, July 24, 2024 | Approved | |
ConfigCat CLI 2.2.2 | 621 | Wednesday, June 19, 2024 | Approved | |
ConfigCat CLI 2.2.1 | 43 | Tuesday, June 18, 2024 | Approved | |
ConfigCat CLI 2.2.0 | 217 | Thursday, June 6, 2024 | Approved | |
ConfigCat CLI 2.1.1 | 247 | Tuesday, May 28, 2024 | Approved | |
ConfigCat CLI 2.1.0 | 126 | Thursday, May 23, 2024 | Approved | |
ConfigCat CLI 2.0.1 | 344 | Tuesday, May 7, 2024 | Approved | |
ConfigCat CLI 2.0.0 | 847 | Friday, April 5, 2024 | Approved | |
ConfigCat CLI 1.9.2 | 220 | Thursday, January 11, 2024 | Approved | |
ConfigCat CLI 1.9.1 | 292 | Thursday, November 23, 2023 | Approved | |
ConfigCat CLI 1.9.0 | 3443 | Wednesday, September 27, 2023 | Approved | |
ConfigCat CLI 1.8.0 | 9201 | Monday, May 15, 2023 | Approved | |
ConfigCat CLI 1.7.1 | 9903 | Thursday, February 9, 2023 | Approved | |
ConfigCat CLI 1.7.0 | 2333 | Wednesday, September 28, 2022 | Approved | |
ConfigCat CLI 1.6.2 | 64 | Friday, September 2, 2022 | Approved | |
ConfigCat CLI 1.6.1 | 63 | Tuesday, August 30, 2022 | Approved | |
ConfigCat CLI 1.6.0 | 66 | Monday, August 29, 2022 | Approved | |
ConfigCat CLI 1.5.2 | 78 | Thursday, August 4, 2022 | Approved | |
ConfigCat CLI 1.5.1 | 1909 | Monday, July 4, 2022 | Approved | |
ConfigCat CLI 1.5.0 | 5473 | Thursday, April 28, 2022 | Approved | |
ConfigCat CLI 1.4.1 | 78 | Monday, April 4, 2022 | Approved | |
ConfigCat CLI 1.4.0 | 92 | Tuesday, February 22, 2022 | Approved | |
ConfigCat CLI 1.3.1 | 79 | Saturday, January 22, 2022 | Approved | |
ConfigCat CLI 1.3.0 | 87 | Saturday, November 13, 2021 | Approved | |
ConfigCat CLI 1.2.2 | 89 | Monday, October 25, 2021 | Approved | |
ConfigCat CLI 1.2.1 | 93 | Thursday, October 21, 2021 | Approved | |
ConfigCat CLI 1.2.0 | 95 | Wednesday, October 20, 2021 | Approved | |
ConfigCat CLI 1.1.0 | 93 | Wednesday, September 8, 2021 | Approved | |
ConfigCat CLI 0.0.1 | 95 | Monday, May 31, 2021 | Approved |
2021 Configcat
This package has no dependencies.
Ground Rules:
- This discussion is only about ConfigCat CLI and the ConfigCat CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or ConfigCat CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.