Skip to content

Commit

Permalink
Adds dependency example and information
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenomitch committed Oct 24, 2023
1 parent 51f96bd commit f237a5a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion internal/creator/templates/pack_metadata.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,15 @@ pack {

// dependency "demo_dep" {
// alias = "demo_dep"
// source = "git://source.git/packs/demo_dependency_pack"
// source = "git://source.git/packs/demo_dep"
// }

// Declared dependencies will be downloaded from their source
// using "nomad-pack vendor deps" and added to ./deps directory.

// Dependencies in active development can by symlinked in
// the ./deps directory

// Example dependency source values:
// - "git::https://github.com/org-name/repo-name.git//packs/demo_dep"
// - "[email protected]:org-name/repo-name.git/packs/demo_dep"

0 comments on commit f237a5a

Please sign in to comment.