scalewhich
scalewhich is a command-line utility designed to help developers manage and deploy applications across multiple cloud providers. It allows users to define their application's infrastructure and deployment configurations in a declarative YAML format. This single configuration file can then be used to deploy the application to various cloud platforms, such as AWS, Azure, and Google Cloud, without requiring provider-specific modifications.
The primary goal of scalewhich is to abstract away the complexities of different cloud provider APIs and
scalewhich works by translating the user's declarative configuration into the specific API calls and resource definitions