Configuration
Skpr's configuration system lets you inject environment-specific key/value pairs into your application at runtime. This covers everything from service connection strings to feature flags, keeping your application code free of environment-specific values.
Configuration items can be stored as plaintext or as Kubernetes secrets for sensitive values.
Cache
Learn how Skpr uses CloudFront cache policies to improve application performance and how to configure or purge your CDN cache.
Delete a configuration key/value pair
Learn how to permanently delete a configuration key/value pair from a Skpr environment using the CLI.
List configuration on an environment
Learn how to list all configuration key/value pairs for a Skpr environment, including user and system variables.
CDN Purging
Overview of CDN purge request management on Skpr, including how to create and list purge requests via the CLI.
Set a configuration key/value pair
Learn how to set configuration key/value pairs for a Skpr environment, including storing secrets and using the --force flag in CI/CD pipelines.
Configuration
Overview of Skpr's configuration management system, covering how to set, list, and delete environment key/value pairs following the Twelve-Factor app methodology.