diff --git a/content/docs/tutorial/working-with-the-central-registry/en.md b/content/docs/tutorial/working-with-the-central-registry/en.md index 35617ed5a..e68de78f8 100644 --- a/content/docs/tutorial/working-with-the-central-registry/en.md +++ b/content/docs/tutorial/working-with-the-central-registry/en.md @@ -9,7 +9,7 @@ tags: toc_hide: true --- -{{{with _script_ "en" "use prelrelease"}}} +{{{with _script_ "en" "HIDDEN: set up registry access"}}} mkdir -p $HOME/.config/cue cat < $HOME/.config/cue/logins.json {"registries":{"registry.cue.works":{"access_token":"${TEST_USER_AUTHN_CUE_USER_NEW}","token_type":"Bearer"}}} @@ -27,13 +27,6 @@ Along the way you will: - Create a module that depends on an existing, well-known module - Use `cue mod tidy` to automatically add dependencies and their versions to the `module.cue` file -Note that this guide depends on a pre-release version of CUE: - -{{{with script "en" "cue version"}}} -#ellipsis 1 -cue version -{{{end}}} - ## Login to the Central Registry {{{with step}}} diff --git a/content/docs/tutorial/working-with-the-central-registry/gen_cache.cue b/content/docs/tutorial/working-with-the-central-registry/gen_cache.cue index e4fd220c7..2ab634902 100644 --- a/content/docs/tutorial/working-with-the-central-registry/gen_cache.cue +++ b/content/docs/tutorial/working-with-the-central-registry/gen_cache.cue @@ -10,8 +10,8 @@ package site "initial config.cue": "pwzZX7JFr/MmdRfI3FCA4zWvOu7r0E9BOVxhxcpLQ3E=" } multi_step: { - hash: "DFSJHV8QMN5VRI2N021RT3HGDUJV0L43BUTDN46CIQE1QN1953O0====" - scriptHash: "309JG38ICM25CV4OUDBDNSEHGI2PDVAS73RPFA0JKVHBTJHU8CH0====" + hash: "J5QHA1KTH42B8BH79RKV1G5V0A3RP5V7114F7LAKCMFGLU133STG====" + scriptHash: "GJ54NFDKNIU9S4SES5TA4K59P6HGVANA0UVCIEM5TFOR2ORO15RG====" steps: [{ doc: "" cmd: "mkdir -p $HOME/.config/cue" @@ -26,15 +26,6 @@ package site """ exitCode: 0 output: "" - }, { - doc: "#ellipsis 1" - cmd: "cue version" - exitCode: 0 - output: """ - cue version v0.10.0 - ... - - """ }, { doc: "" cmd: "cue mod init glacial-tech.example/frostyapp@v0" diff --git a/hugo/content/en/docs/tutorial/working-with-the-central-registry/index.md b/hugo/content/en/docs/tutorial/working-with-the-central-registry/index.md index bf73dab5c..653dfb99b 100644 --- a/hugo/content/en/docs/tutorial/working-with-the-central-registry/index.md +++ b/hugo/content/en/docs/tutorial/working-with-the-central-registry/index.md @@ -20,14 +20,6 @@ Along the way you will: - Create a module that depends on an existing, well-known module - Use `cue mod tidy` to automatically add dependencies and their versions to the `module.cue` file -Note that this guide depends on a pre-release version of CUE: - -```text { title="TERMINAL" type="terminal" codeToCopy="Y3VlIHZlcnNpb24=" } -$ cue version -cue version v0.10.0 -... -``` - ## Login to the Central Registry {{< step stepNumber="1" >}}