https://github.com/splunk/acs-cli
Admin Config Service CLI
https://github.com/splunk/acs-cli
Last synced: 2 months ago
JSON representation
Admin Config Service CLI
- Host: GitHub
- URL: https://github.com/splunk/acs-cli
- Owner: splunk
- Created: 2022-01-24T22:44:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T19:03:26.000Z (7 months ago)
- Last Synced: 2025-10-11T09:56:28.096Z (7 months ago)
- Size: 8.79 KB
- Stars: 17
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Splunk ACS CLI
Admin Config Service CLI for managing splunk cloud stacks.
The Admin Config Service (ACS) provides a command line interface (CLI) that lets you perform many Splunk Cloud Platform configuration and management tasks in a self-service manner. You can use the CLI to run corresponding ACS API operations from the command line, without having to know specific API endpoint details.
### Installing
Use a prebuilt binary [from the releases page](https://github.com/splunk/acs-cli/releases) for your operating system.
On MacOS and Linux, you can install `acs` using homebrew:
```
$ brew tap splunk/tap
$ brew install acs
```
On Windows, you can install `acs` using winget:
```
$ winget install acs-cli
```
Run 'acs version' to verify you are running the latest CLI version
Run ‘acs’ or ‘acs –help’ to get started.
### CLI configuration and workflow
ACS CLI simplifies access to multiple Splunk Cloud Platform deployments (stacks).
Here’s a sample workflow for initial CLI configuration before running CLI operations for ACS APIs.

Please refer to [Splunk ACS CLI docs](https://docs.splunk.com/Documentation/SplunkCloud/latest/Config/ACSCLI) for more help.