- Home
- Score
- Reference
- Command reference overview
-
- 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
-
-
Command reference overview
Overview and description for the Score implementation (CLI).
The
score-humanitec
CLI is deprecated in favor of the newer humctl
CLI which offers equivalent functionality for handling Score files.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.
- How to install the Score implementation (CLI)
- Set environment-specific configuration to run Workloads in a target environment
The Score implementation (CLI) #
Construct your Score implementation (CLI) commands such that the command options precede its path and arguments when provided.
score-humanitec [command] [flag]
Command reference #
The Score implementation (CLI) has two distinct parts.
- Commands: The commands are tasks you want Score to do. Supply Score with commands and subcommands to execute specific tasks.
- Flags: Flags, also called parameters, are options that modify the result of the command by providing additional configurations. Flags are specific to the command, and each command can have independent flags.
Global modifiers #
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