score-compose run
Translates the Score file into a Docker Compose file.
less than a minute
The Score implementation (CLI) is a command-line tool used to interact with a Score Specification. Use a Score implementation (CLI) to transform your score.yaml
file into multiple configuration files for the platform of your choice.
Construct your Score implementation (CLI) commands such that the command options precede its path and arguments when provided.
score-[platform] [command] [flag]
Available reference implementations include:
values.yaml
file for your Helm chart.The Score implementation (CLI) has two distinct parts.
The following is a list of global modifiers.
--help
Provides additional information from the CLI.
Alias: -h
--version
Provides version information for the CLI.
Alias: -v
Translates the Score file into a Docker Compose file.
Translates the Score file into a Helm values file.
Translates the Score file into a deployment delta for Humanitec.
Translates the Score file into a deployment delta for Humanitec.
Overview and description of common errors in the Score reference implementation CLI’s (score-compose, score-helm)
Enables autocomplete for the Score implementation (CLI).