spec icon indicating copy to clipboard operation
spec copied to clipboard

The Score Specification provides a developer-centric and platform-agnostic Workload specification to improve developer productivity and experience. It eliminates configuration inconsistencies between...

Results 20 spec issues
Sort by recently updated
recently updated
newest added

**Problem** Humanitec services quite often use self-references in values substitution patterns. For example `${modules.my-service.service.name}`. At present there is no proper way to express self-references in Score spec. **Proposed Solution 1**...

#### Description I have provided a bash one-liner install script for the installation of Score CLIs. #### What does this PR do? It solves the issue of installing score CLI...

Provide bash one-liner install script to simplify the installation of Score CLIs.

This works and it shouldn't (look at the protocol) ```yaml apiVersion: score.dev/v1b1 metadata: name: frontend containers: frontend: image: nginx:alpine service: ports: www: port: 80 protocol: Godzilla-growls-angry targetPort: 80 ``` Translates...

If I do the following: ```yaml apiVersion: score.dev/v1b1 metadata: name: frontend containers: frontend: image: nginx:alpine service: ports: www: port: 80 protocol: TCP targetPort: 80 ``` It translates to helm values...

I'm interested as to how Score relates to the [OAM (Open Application Model)](https://oam.dev/) specification? I've read the spec for both and can't help but notice the similarities and the paradox...

question

Set up Microsoft package manager (e.g. Chocolatey, Scoop) to simplify the installation and management of Score implementation CLIs.

Implement an open-source GitHub action that adds a Score implementation CLI (such as [score-helm](https://github.com/score-spec/score-helm)) to a teams CI toolset. This allows to execute Score automatically and possibly trigger deployments directly...

Provide the option to add resource inputs as hints for dependancies defined in score.yaml. These hints are optional and don’t have to be honoured. Depending on the use case, resource...

Define JSON schema for the score spec to make sure that users are aware of which properties are supported and whether these are optional or required. This could be put...