getting-started-99012f — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited getting-started-99012f (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use when:
Two separate CLIs exist for Acquia Cloud operations:
| Tool | Purpose |
|---|---|
pipelines-cli | CI/CD pipeline operations: trigger builds, check job status, stream logs |
acli | General Cloud management: applications, environments, IDEs, SSH keys, code/DB sync |
Use pipelines-cli for pipeline jobs. Use acli for everything else.
wget https://cloud.acquia.com/pipelines-client/download -O pipelines
chmod +x pipelines
sudo mv pipelines /usr/local/binpipelines --version
pipelines helppipelines configureYou will be prompted for your Acquia Cloud API key and API secret:
Please enter your Acquia Cloud API key: <your-key>
Please enter your Acquia Cloud API secret: <hidden>
Configuration successful.Useful for CI/CD environments where interactive prompts are not available:
pipelines configure --key=YOUR_KEY --secret=YOUR_SECRETOnly needed if you are not using the default Acquia Cloud endpoint:
pipelines configure --key=YOUR_KEY --secret=YOUR_SECRET --endpoint=https://your-custom-endpoint.comIf your credentials change or you need to reconfigure:
pipelines reset-credentialsThen run pipelines configure again.
After configuring, confirm your environment is set up correctly:
pipelines show-connection <application_id>Output confirms whether the connection and application access are working.
To find your application ID first:
pipelines list-applicationswget https://cloud.acquia.com/pipelines-client/download -O pipelines
chmod +x pipelines
sudo mv pipelines /usr/local/binpipelines configurepipelines list-applicationspipelines show-connection <application_id>pipelines start --application-id=<application_id>pipelines self-updateRun this periodically to get bug fixes and new features.
# List all available commands
pipelines
# Help for a specific command
pipelines help start
pipelines help configure
# Version (include in bug reports)
pipelines --versionThe binary is not in your PATH. Ensure you moved it to /usr/local/bin or another directory on your PATH:
which pipelines
export PATH="/usr/local/bin:$PATH"Your API key or secret is incorrect. Verify them in the Acquia Cloud UI under API Keys, then re-run:
pipelines configureWhen using --no-interaction, you must pass both --key and --secret:
pipelines configure --no-interaction --key=YOUR_KEY --secret=YOUR_SECRET~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.