Skip to content

Add Sigma CLI QuickStart (developers)#627

Merged
pballai merged 1 commit into
masterfrom
developers-sigma-cli-qs
Jul 7, 2026
Merged

Add Sigma CLI QuickStart (developers)#627
pballai merged 1 commit into
masterfrom
developers-sigma-cli-qs

Conversation

@pballai

@pballai pballai commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

New Developer-category QuickStart: Automate Sigma from the Command Line with the Sigma CLI.

Walks the reader through:

  • Installing and configuring `sigcli` (shell installer or Homebrew, PATH, `jq`)
  • Authenticating with a named profile (OAuth or API key)
  • The `sigcli api {resource} {action}` command structure, discovery, JSON + `jq`, exit codes
  • Building a governance inventory — members, connections, and workbooks exported to CSV
  • Wrapping it in a script and scheduling it with `cron`

The scheduling section documents the real-world macOS/cron gotchas (minimal PATH, TCC-protected folders, and the keyring backend for unattended auth) so the automation actually survives a scheduled run.

Notes

  • Category: `developers`
  • `lastUpdated: 2026-07-07`
  • Screenshots `scli_01`–`scli_17` included

🤖 Generated with Claude Code

New Developer-category QuickStart: Automate Sigma from the Command Line
with the Sigma CLI. Covers install/configure, profile-based auth, the
command structure, building a governance inventory (members/connections/
workbooks to CSV), and scheduling it with cron.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@pballai pballai merged commit c61909a into master Jul 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant