Skip to content

Commit

Permalink
WIP: remove mention of CUELANG_CUE_PRERELEASE
Browse files Browse the repository at this point in the history
DO NOT REVIEW
DO NOT SUBMIT

Signed-off-by: Jonathan Matthews <[email protected]>
Change-Id: I7623b8c658ba55fe2aa7a12a7a2a8afc688b4238
Dispatch-Trailer: {"type":"trybot","CL":1199508,"patchset":1,"ref":"refs/changes/08/1199508/1","targetBranch":"master"}
  • Loading branch information
jpluscplusm authored and cueckoo committed Aug 14, 2024
1 parent 392cd3d commit 56535a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
7 changes: 1 addition & 6 deletions content/docs/howto/embed-files-in-cue-evaluation/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ authors: [jpluscplusm]
toc_hide: true
---

{{{with _script_ "en" "HIDDEN: use CUE prerelease for access to @embed() feature"}}}
export PATH=/cues/$CUELANG_CUE_PRERELEASE:$PATH
{{{end}}}

Users frequently need to load JSON, YAML, or other types of files into their CUE code.
Because CUE's `import` declarations only allow references to CUE packages,
some workflows resort to using the tooling layer
Expand All @@ -26,8 +22,7 @@ Your feedback on this feature will help guide how it works: please use
with embedding.
{{</info>}}

<!-- TODO(jcm): reword this when 0.10.0 is released -->
Using `@embed()` requires CUE version `v0.10.0-alpha.1` or later.
Using `@embed()` requires CUE version `v0.10.0` or later.
This guide demonstrates the following version:

{{{with script "en" "cue version"}}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ package site
files: "kHki6qejp7i4t7JzS4yt2SjIzkE17xIF+hdGcQSECf0="
}
multi_step: {
hash: "80EJKNB541TN1Q8QI1CO5H8D9BFLB13C8B3KT1BBTFI7FISIJENG===="
scriptHash: "ACSG049BGC84VE14836RS1LOQBRN4E9JVLI7IVCBEKNKUP2P21H0===="
hash: "7I6LILNL909T4C60DC8FMVI3MTOV4RN55EBL2PS5OOVPE8M8PGJG===="
scriptHash: "TMVISIT0L7KO7FNL19TJOD1U6C9RHUT0JSTHSN89257P72DP3GVG===="
steps: [{
doc: ""
cmd: "export PATH=/cues/v0.10.0-rc.1.0.20240814100303-dc3ba30322ca:$PATH"
exitCode: 0
output: ""
}, {
doc: "#ellipsis 1"
cmd: "cue version"
exitCode: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Your feedback on this feature will help guide how it works: please use
with embedding.
{{</info>}}

<!-- TODO(jcm): reword this when 0.10.0 is released -->
Using `@embed()` requires CUE version `v0.10.0-alpha.1` or later.
Using `@embed()` requires CUE version `v0.10.0` or later.
This guide demonstrates the following version:

```text { title="TERMINAL" type="terminal" codeToCopy="Y3VlIHZlcnNpb24=" }
Expand Down

0 comments on commit 56535a0

Please sign in to comment.