- Home
- Score
- Reference
- Run
-
- Overview
-
- Overview
- Deploy your Application
- Manage your Java application
- Migrate an Application
- Provision Amazon S3 Buckets
- Deploy an Amazon S3 Resource to production
- Scaffold a new Workload and create staging and prod Environments
- Update Resource Definitions for related Applications
- Use existing Terraform modules
- Provision a Redis cluster on AWS using Terraform
- Perform daily developer activities (debug, rollback, diffs, logs)
- Deploy ephemeral Environments
-
-
Run
Translates the Score file into a deployment delta for Humanitec.
score-humanitec
CLI is deprecated in favor of the newer humctl
CLI which offers equivalent functionality for handling Score files.Commands #
The following section describes configuration details for the score-humanitec run
command.
run
#
Translates the Score file into a deployment delta for Humanitec.
Example #
The following is an example that translates a Score file into a deployment delta for Humanitec.
score-humanitec run --file ./score.yaml \
--env development
Flags #
The following are configuration details for score-humanitec run
.
--app
#
Specifies the application ID.
--deploy
#
Initiates a new delta deployment.
--env
#
Specifies an Environment ID.
--file
#
The location of the Score file. Uses the default value if the flag isn’t specified.
Default: ./score.yaml
Alias: -f
--help
#
Help for the run
command.
Alias: -h
--image
#
Specifies an override for the /container/image
property from the source Score file.
--message
#
Provides a description for the delta.
Default: Auto-deployment (SCORE)
Alias: -m
--org
#
Specifies the Organization ID.
--token
#
Specifies a Humanitec API authentication token.
--url
#
Specifies a Humanitec API endpoint. Use the default value if none is provided.
Default: https://api.humanitec.io