Everything you need to build, extend, and integrate with CloudSlash. The plugin SDK is Apache 2.0 — build proprietary plugins with zero restrictions.
Full command-line interface for scanning, analyzing, and remediating cloud waste. Every command documented with examples.
$ cs scan --provider aws --region us-east-1Build custom plugins for any cloud provider or service. Apache 2.0 licensed — build proprietary, closed-source plugins. Communicates via gRPC network sockets.
$ cs plugin init my-provider --type providerBrowse, install, and publish plugins. Every plugin is checksum-verified and signed. Community-driven marketplace for cloud infrastructure extensions.
$ cs registry install aws-providerREST API for integrating CloudSlash into your CI/CD pipelines, internal tools, and automation workflows. Full OpenAPI spec available.
GET /api/v1/plugins?q=kubernetesWrite custom CEL (Common Expression Language) policies to enforce cost limits, compliance rules, and governance across your infrastructure.
$ cs policy apply --file cost-limit.celIntegrate CloudSlash into your deployment pipeline. Block deployments that would increase cloud waste above your threshold.
$ cs cost-gate --threshold 15% --fail-on-increaseOpen-source core. Apache 2.0 plugin SDK. Ship what you want.
Read the Docs