You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create or edit a plain-text file at the desired path (e.g. aws/ec2/newcommand).
Run make deploy (or ./deploy.sh) to sync to S3.
The command is immediately available via i66 aws/ec2/newcommand.
Commands that require a target (domain, IP, URL) use environment variables — e.g. DOMAIN=example.com i66 net/dig/a — since the CLI passes no positional arguments to the fetched command.
Deployment
The deploy scripts sync all command directories and HTML files to s3://i66.org:
Days until certificate expires (DOMAIN=example.com)
ssl/chain
Certificate chain issuers (DOMAIN=)
ssl/ciphers
Cipher suite enumeration (DOMAIN=)
ssl/hsts
HSTS and security headers (DOMAIN=)
ssl/san
Subject Alternative Names (DOMAIN=)
ssl/ct
Certificate Transparency log entries (DOMAIN=)
Git — 15 commands
Command
Description
git/status
Dirty files (staged, unstaged, untracked)
git/branch
All local branches
git/branches-remote
All remote branches
git/log
Last 20 commits: hash, author, date, message
git/log-today
Commits from today
git/remotes
Configured remotes and URLs
git/stash
Stash list
git/tags
All tags sorted by date
git/diff-stat
Staged diff summary
git/contributors
Commit count per author
git/large-files
Top 20 largest tracked files
git/ahead-behind
Commits ahead/behind remote tracking branch
git/merged
Branches merged into HEAD
git/unmerged
Branches not yet merged
git/config
Repo-level git config
Helm — 12 commands
Command
Description
helm/releases
All installed releases across namespaces
helm/failed
Releases in failed/pending state
helm/repos
Configured chart repositories
helm/history
Release history (RELEASE=name)
helm/values
Deployed values (RELEASE=name)
helm/chart
Chart metadata (RELEASE=name)
helm/notes
Release notes (RELEASE=name)
helm/manifests
Rendered manifests (RELEASE=name)
helm/outdated
Releases behind their repo chart version
helm/hooks
Release hooks (RELEASE=name)
helm/test
Run release tests (RELEASE=name)
helm/version
Helm CLI version
Terraform — 10 commands
Command
Description
terraform/workspace
Current and all workspaces
terraform/state
All resources in state
terraform/state-count
Count of managed resources
terraform/output
All outputs (DIR=./path)
terraform/providers
Provider versions in use
terraform/modules
Modules declared in config
terraform/version
Terraform and provider versions
terraform/validate
Validate config (DIR=./path)
terraform/drift
Plan summary: resources that need changes
terraform/locks
Lock file contents
Databases — 20 commands (PostgreSQL, MySQL)
PostgreSQL
Command
Description
db/pg/databases
All databases with size
db/pg/connections
Active connections by database/user/state
db/pg/max-connections
Max connections vs. current usage
db/pg/tables
Top 20 tables by size (DB=mydb)
db/pg/slow-queries
Queries over 1 second (pg_stat_statements)
db/pg/locks
Current lock waits
db/pg/users
Roles and privileges
db/pg/replication
Replication lag and slot status
db/pg/bloat
Top 10 tables by dead tuple ratio
db/pg/vacuum-status
Tables not vacuumed recently
MySQL
Command
Description
db/mysql/databases
All databases with size
db/mysql/connections
Active connection count
db/mysql/tables
Top 20 tables by size (DB=mydb)
db/mysql/slow-queries
Slow query log summary
db/mysql/locks
InnoDB lock waits
db/mysql/users
MySQL user accounts
db/mysql/replication
Replication status
db/mysql/variables
Key system variables
db/mysql/processlist
Running queries
db/mysql/size
Total database server size
Redis — 10 commands
Command
Description
redis/info
Server info: version, uptime, port, OS
redis/memory
Memory usage and fragmentation
redis/keyspace
Key counts per database
redis/clients
Connected clients
redis/slowlog
Last 10 slow commands
redis/stats
Hits, misses, evictions, connections
redis/persistence
RDB/AOF status
redis/replication
Master/replica topology
redis/config
maxmemory, save, appendonly config
redis/latency
Latency history
Nginx — 8 commands
Command
Description
nginx/status
Active connections (stub_status)
nginx/test
Config syntax test
nginx/version
Nginx version and compile flags
nginx/sites
Enabled virtual hosts
nginx/access-top
Top 10 IPs by request count
nginx/errors
Last 50 error log lines
nginx/status-codes
HTTP status code distribution
nginx/bandwidth
Top 10 URLs by bytes served
HashiCorp Vault — 10 commands
Command
Description
vault/status
Seal/unseal status, HA mode
vault/secrets
Enabled secrets engines
vault/auth
Enabled auth methods
vault/policies
All policies
vault/tokens
Token accessor list
vault/leases
Active leases by path
vault/audit
Enabled audit devices
vault/health
Vault health endpoint
vault/version
Vault server version
vault/namespaces
Namespaces (Enterprise)
Legacy:cpucredits → see aws/ec2/cpucredits
Security
Commands are downloaded over plain HTTP and executed without validation. Ensure you control the S3 bucket contents and that the bucket is not publicly writable.