Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the config.hcl schema and overwriting features #12

Open
josephschmitt opened this issue Jun 30, 2021 · 0 comments
Open

Document the config.hcl schema and overwriting features #12

josephschmitt opened this issue Jun 30, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@josephschmitt
Copy link
Owner

josephschmitt commented Jun 30, 2021

// General config options go out here
debug = "info"

// Maps what version to use per package
use = {
  "project-name": "2.0.0",
}

// Allows overwriting certain package manifest options (currently only supports "source")
package "project-name" {
  source = "https://my-custom-registry.com/bins/${version}.tgz"
}

Document the template vars, too.

@josephschmitt josephschmitt added the documentation Improvements or additions to documentation label Jun 30, 2021
@josephschmitt josephschmitt added this to the v1.0.0 milestone Jun 30, 2021
@josephschmitt josephschmitt self-assigned this Jun 30, 2021
@josephschmitt josephschmitt changed the title Document the config.hcl schema Document the config.hcl schema and overwriting features Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant