Location
The CLI is installed alongside the ACB service:General usage
- The ACB service URL — typically
https://<hostname>/SytecaACB(orhttps://<hostname>/EkranACBfor pre-1.2 installs). - A Refresh Token (passed as a parameter or via environment variable).
get_access_token separately.
Commands
The CLI exposes commands that mirror the major API endpoints. Each command typically returns JSON to stdout (and a non-zero exit code on error).Exact command-line syntax (parameter names, JSON file vs inline arguments, output format) is documented inline by the CLI itself — run
SytecaACBConsole.exe <command> --help for the canonical usage. Output format and parameter shape may evolve across ACB versions.Common scripting patterns
Retrieve a secret from a PowerShell script
Bulk-create secrets from a Windows Scheduled Task
ScheduleSytecaACBConsole.exe BulkAdd --url ... --refresh-token ... --input C:\secrets.json to run on a recurring schedule, with the JSON payload prepared by an upstream pipeline.
Related
API reference
Underlying REST endpoints the CLI wraps.
Install
Where the CLI gets installed.
Set up user account
Generate the Refresh Token the CLI requires.
Bulk add
The most common CLI scripting target.