diff --git a/docs/404.html b/docs/404.html index 2517248d5..fa17446b0 100644 --- a/docs/404.html +++ b/docs/404.html @@ -10,13 +10,13 @@ - +
Skip to main content

Page Not Found

We could not find what you were looking for.

Please contact the owner of the site that linked you to the original URL and let them know their link is broken.

- + \ No newline at end of file diff --git a/docs/assets/js/5cf002be.00e1628c.js b/docs/assets/js/5cf002be.00e1628c.js deleted file mode 100644 index 18d993d84..000000000 --- a/docs/assets/js/5cf002be.00e1628c.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkaqua_docusaurus=self.webpackChunkaqua_docusaurus||[]).push([[8432],{5680:(a,e,n)=>{n.d(e,{xA:()=>p,yg:()=>d});var t=n(6540);function l(a,e,n){return e in a?Object.defineProperty(a,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):a[e]=n,a}function r(a,e){var n=Object.keys(a);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(a);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(a,e).enumerable}))),n.push.apply(n,t)}return n}function i(a){for(var e=1;e=0||(l[n]=a[n]);return l}(a,e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(a);for(t=0;t=0||Object.prototype.propertyIsEnumerable.call(a,n)&&(l[n]=a[n])}return l}var o=t.createContext({}),s=function(a){var e=t.useContext(o),n=e;return a&&(n="function"==typeof a?a(e):i(i({},e),a)),n},p=function(a){var e=s(a.components);return t.createElement(o.Provider,{value:e},a.children)},g="mdxType",c={inlineCode:"code",wrapper:function(a){var e=a.children;return t.createElement(t.Fragment,{},e)}},y=t.forwardRef((function(a,e){var n=a.components,l=a.mdxType,r=a.originalType,o=a.parentName,p=u(a,["components","mdxType","originalType","parentName"]),g=s(n),y=l,d=g["".concat(o,".").concat(y)]||g[y]||c[y]||r;return n?t.createElement(d,i(i({ref:e},p),{},{components:n})):t.createElement(d,i({ref:e},p))}));function d(a,e){var n=arguments,l=e&&e.mdxType;if("string"==typeof a||l){var r=n.length,i=new Array(r);i[0]=y;var u={};for(var o in e)hasOwnProperty.call(e,o)&&(u[o]=e[o]);u.originalType=a,u[g]="string"==typeof a?a:l,i[1]=u;for(var s=2;s{n.r(e),n.d(e,{assets:()=>o,contentTitle:()=>i,default:()=>c,frontMatter:()=>r,metadata:()=>u,toc:()=>s});var t=n(8168),l=(n(6540),n(5680));const r={sidebar_position:150},i="aqua-installer",u={unversionedId:"products/aqua-installer",id:"products/aqua-installer",title:"aqua-installer",description:"A shell script and GitHub Actions to install aqua",source:"@site/docs/products/aqua-installer.md",sourceDirName:"products",slug:"/products/aqua-installer",permalink:"/docs/products/aqua-installer",draft:!1,editUrl:"https://github.com/aquaproj/aquaproj.github.io/edit/main/docs/products/aqua-installer.md",tags:[],version:"current",sidebarPosition:150,frontMatter:{sidebar_position:150},sidebar:"tutorialSidebar",previous:{title:"Changelog",permalink:"/docs/products/aqua-registry/changelog"},next:{title:"circleci-orb-aqua",permalink:"/docs/products/circleci-orb-aqua"}},o={},s=[{value:"Shell Script",id:"shell-script",level:2},{value:"GitHub Actions",id:"github-actions",level:2},{value:"Inputs",id:"inputs",level:3},{value:"Required Inputs",id:"required-inputs",level:4},{value:"Optional Inputs",id:"optional-inputs",level:4},{value:"Outputs",id:"outputs",level:3},{value:"\ud83d\udca1 Caching",id:"-caching",level:3}],p={toc:s},g="wrapper";function c(a){let{components:e,...n}=a;return(0,l.yg)(g,(0,t.A)({},p,n,{components:e,mdxType:"MDXLayout"}),(0,l.yg)("h1",{id:"aqua-installer"},"aqua-installer"),(0,l.yg)("p",null,"A shell script and GitHub Actions to install aqua"),(0,l.yg)("p",null,(0,l.yg)("a",{parentName:"p",href:"https://github.com/aquaproj/aqua-installer"},"https://github.com/aquaproj/aqua-installer")),(0,l.yg)("ul",null,(0,l.yg)("li",{parentName:"ul"},(0,l.yg)("a",{parentName:"li",href:"#shell-script"},"Shell Script")),(0,l.yg)("li",{parentName:"ul"},(0,l.yg)("a",{parentName:"li",href:"#github-actions"},"GitHub Actions"))),(0,l.yg)("h2",{id:"shell-script"},"Shell Script"),(0,l.yg)("p",null,"You can install aqua by the following one liner."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-bash"},"curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer | bash\n")),(0,l.yg)("p",null,"But the one liner is a bit dangerous because aqua-installer may be tampered.\nWe recommend verifying aqua-installer's checksum before running it."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-bash"},'curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer\necho "fb4b3b7d026e5aba1fc478c268e8fbd653e01404c8a8c6284fdba88ae62eda6a aqua-installer" | sha256sum -c\nchmod +x aqua-installer\n./aqua-installer\n')),(0,l.yg)("p",null,"aqua-installer installs aqua to the following path."),(0,l.yg)("ul",null,(0,l.yg)("li",{parentName:"ul"},"linux, macOS: ",(0,l.yg)("inlineCode",{parentName:"li"},"${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin/aqua")),(0,l.yg)("li",{parentName:"ul"},"windows: ",(0,l.yg)("inlineCode",{parentName:"li"},"${AQUA_ROOT_DIR:-$HOME/AppData/Local/aquaproj-aqua}/bin/aqua"))),(0,l.yg)("admonition",{type:"caution"},(0,l.yg)("p",{parentName:"admonition"},"From aqua-installer v2, aqua-installer doesn't support specifying the install path.")),(0,l.yg)("p",null,"You can pass the following parameters."),(0,l.yg)("ul",null,(0,l.yg)("li",{parentName:"ul"},(0,l.yg)("inlineCode",{parentName:"li"},"-v [aqua version]"),": aqua version")),(0,l.yg)("p",null,"e.g."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-bash"},"curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer | bash -s -- -v v2.28.0\n")),(0,l.yg)("p",null,"If the version isn't specified, the latest version would be installed."),(0,l.yg)("h2",{id:"github-actions"},"GitHub Actions"),(0,l.yg)("p",null,"e.g."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},"- uses: aquaproj/aqua-installer@v3.0.1\n with:\n aqua_version: v2.28.0\n")),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},'- uses: aquaproj/aqua-installer@v3.0.1\n with:\n aqua_version: v2.28.0\n working_directory: foo\n aqua_opts: ""\n env:\n AQUA_CONFIG: aqua-config.yaml\n AQUA_LOG_LEVEL: debug\n')),(0,l.yg)("h3",{id:"inputs"},"Inputs"),(0,l.yg)("p",null,"Please see ",(0,l.yg)("a",{parentName:"p",href:"https://github.com/aquaproj/aqua-installer/blob/main/action.yaml"},"action.yaml")," too."),(0,l.yg)("h4",{id:"required-inputs"},"Required Inputs"),(0,l.yg)("table",null,(0,l.yg)("thead",{parentName:"table"},(0,l.yg)("tr",{parentName:"thead"},(0,l.yg)("th",{parentName:"tr",align:null},"name"),(0,l.yg)("th",{parentName:"tr",align:null},"description"))),(0,l.yg)("tbody",{parentName:"table"},(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"aqua_version"),(0,l.yg)("td",{parentName:"tr",align:null},"Installed aqua version")))),(0,l.yg)("h4",{id:"optional-inputs"},"Optional Inputs"),(0,l.yg)("p",null,"\u26a0\ufe0f From aqua-installer v2, aqua-installer doesn't support specifying the install path."),(0,l.yg)("table",null,(0,l.yg)("thead",{parentName:"table"},(0,l.yg)("tr",{parentName:"thead"},(0,l.yg)("th",{parentName:"tr",align:null},"name"),(0,l.yg)("th",{parentName:"tr",align:null},"default"),(0,l.yg)("th",{parentName:"tr",align:null},"description"))),(0,l.yg)("tbody",{parentName:"table"},(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"enable_aqua_install"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},'"true"')),(0,l.yg)("td",{parentName:"tr",align:null},"if this is ",(0,l.yg)("inlineCode",{parentName:"td"},'"false"'),", ",(0,l.yg)("inlineCode",{parentName:"td"},"aqua i")," is skipped")),(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"aqua_opts"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},"-l")),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},"aqua i"),"'s option. If you want to specify global options, please use environment variables")),(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"working_directory"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},'""')),(0,l.yg)("td",{parentName:"tr",align:null},"working directory")),(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"policy_allow"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},'""')),(0,l.yg)("td",{parentName:"tr",align:null},"aqua >= ",(0,l.yg)("inlineCode",{parentName:"td"},"v2.3.0"),". If this is ",(0,l.yg)("inlineCode",{parentName:"td"},'"true"'),", ",(0,l.yg)("inlineCode",{parentName:"td"},"aqua policy allow")," command is run. If a Policy file path is set, ",(0,l.yg)("inlineCode",{parentName:"td"},'aqua policy allow "${{inputs.policy_allow}}"')," is run")))),(0,l.yg)("h3",{id:"outputs"},"Outputs"),(0,l.yg)("p",null,"Please see ",(0,l.yg)("a",{parentName:"p",href:"https://github.com/aquaproj/aqua-installer/blob/main/action.yaml"},"action.yaml")," too."),(0,l.yg)("p",null,"Nothing."),(0,l.yg)("h3",{id:"-caching"},"\ud83d\udca1 Caching"),(0,l.yg)("p",null,(0,l.yg)("a",{parentName:"p",href:"https://github.com/aquaproj/aqua-installer/issues/428"},"#428")),(0,l.yg)("p",null,"aqua-installer doesn't support caching, but you can cache packages and registries using ",(0,l.yg)("inlineCode",{parentName:"p"},"actions/cache"),"."),(0,l.yg)("p",null,"e.g."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},"- uses: actions/cache@v3.3.1\n with:\n path: ~/.local/share/aquaproj-aqua\n key: v1-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('aqua.yaml')}}\n restore-keys: |\n v1-aqua-installer-${{runner.os}}-${{runner.arch}}-\n- uses: aquaproj/aqua-installer@v3.0.1\n with:\n aqua_version: v2.28.0\n")),(0,l.yg)("p",null,"Please fix ",(0,l.yg)("inlineCode",{parentName:"p"},"actions/cache"),"'s parameters properly.\nIf you ",(0,l.yg)("a",{parentName:"p",href:"/docs/guides/split-config"},"split ",(0,l.yg)("inlineCode",{parentName:"a"},"aqua.yaml")," using import")," or use local Registries, you may have to add hashes of them to key and restore-keys."),(0,l.yg)("p",null,"e.g."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},"- uses: actions/cache@v3.3.1\n with:\n path: ~/.local/share/aquaproj-aqua\n key: v1-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('.aqua/*.yaml')}} # Change key\n restore-keys: |\n v1-aqua-installer-${{runner.os}}-${{runner.arch}}-\n")),(0,l.yg)("p",null,"aqua-installer runs aqua with ",(0,l.yg)("a",{parentName:"p",href:"https://aquaproj.github.io/docs/tutorial/install-only-link"},"-l")," option by default, so packages that aren't run in the workflow aren't cached.\nIf you want to cache all packages, please set ",(0,l.yg)("inlineCode",{parentName:"p"},"aqua_opts")," to unset ",(0,l.yg)("inlineCode",{parentName:"p"},"-l")," option."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},'- uses: aquaproj/aqua-installer@v3.0.1\n with:\n aqua_version: v2.28.0\n aqua_opts: "" # Unset `-l` option\n')),(0,l.yg)("p",null,"But if ",(0,l.yg)("inlineCode",{parentName:"p"},"-l")," is unset, aqua installs packages that aren't run in the workflow uselessly."),(0,l.yg)("p",null,"So it is up to you that whether and how you cache packages."))}c.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/docs/assets/js/5cf002be.d8a05f39.js b/docs/assets/js/5cf002be.d8a05f39.js new file mode 100644 index 000000000..2b2219d00 --- /dev/null +++ b/docs/assets/js/5cf002be.d8a05f39.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkaqua_docusaurus=self.webpackChunkaqua_docusaurus||[]).push([[8432],{5680:(a,e,t)=>{t.d(e,{xA:()=>p,yg:()=>d});var n=t(6540);function l(a,e,t){return e in a?Object.defineProperty(a,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):a[e]=t,a}function r(a,e){var t=Object.keys(a);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(a);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(a,e).enumerable}))),t.push.apply(t,n)}return t}function i(a){for(var e=1;e=0||(l[t]=a[t]);return l}(a,e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(a);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(a,t)&&(l[t]=a[t])}return l}var s=n.createContext({}),o=function(a){var e=n.useContext(s),t=e;return a&&(t="function"==typeof a?a(e):i(i({},e),a)),t},p=function(a){var e=o(a.components);return n.createElement(s.Provider,{value:e},a.children)},g="mdxType",c={inlineCode:"code",wrapper:function(a){var e=a.children;return n.createElement(n.Fragment,{},e)}},y=n.forwardRef((function(a,e){var t=a.components,l=a.mdxType,r=a.originalType,s=a.parentName,p=u(a,["components","mdxType","originalType","parentName"]),g=o(t),y=l,d=g["".concat(s,".").concat(y)]||g[y]||c[y]||r;return t?n.createElement(d,i(i({ref:e},p),{},{components:t})):n.createElement(d,i({ref:e},p))}));function d(a,e){var t=arguments,l=e&&e.mdxType;if("string"==typeof a||l){var r=t.length,i=new Array(r);i[0]=y;var u={};for(var s in e)hasOwnProperty.call(e,s)&&(u[s]=e[s]);u.originalType=a,u[g]="string"==typeof a?a:l,i[1]=u;for(var o=2;o{t.r(e),t.d(e,{assets:()=>s,contentTitle:()=>i,default:()=>c,frontMatter:()=>r,metadata:()=>u,toc:()=>o});var n=t(8168),l=(t(6540),t(5680));const r={sidebar_position:150},i="aqua-installer",u={unversionedId:"products/aqua-installer",id:"products/aqua-installer",title:"aqua-installer",description:"A shell script and GitHub Actions to install aqua",source:"@site/docs/products/aqua-installer.md",sourceDirName:"products",slug:"/products/aqua-installer",permalink:"/docs/products/aqua-installer",draft:!1,editUrl:"https://github.com/aquaproj/aquaproj.github.io/edit/main/docs/products/aqua-installer.md",tags:[],version:"current",sidebarPosition:150,frontMatter:{sidebar_position:150},sidebar:"tutorialSidebar",previous:{title:"Changelog",permalink:"/docs/products/aqua-registry/changelog"},next:{title:"circleci-orb-aqua",permalink:"/docs/products/circleci-orb-aqua"}},s={},o=[{value:"Shell Script",id:"shell-script",level:2},{value:"GitHub Actions",id:"github-actions",level:2},{value:"Inputs",id:"inputs",level:3},{value:"Required Inputs",id:"required-inputs",level:4},{value:"Optional Inputs",id:"optional-inputs",level:4},{value:"Outputs",id:"outputs",level:3},{value:"\ud83d\udca1 Caching",id:"-caching",level:3}],p={toc:o},g="wrapper";function c(a){let{components:e,...t}=a;return(0,l.yg)(g,(0,n.A)({},p,t,{components:e,mdxType:"MDXLayout"}),(0,l.yg)("h1",{id:"aqua-installer"},"aqua-installer"),(0,l.yg)("p",null,"A shell script and GitHub Actions to install aqua"),(0,l.yg)("p",null,(0,l.yg)("a",{parentName:"p",href:"https://github.com/aquaproj/aqua-installer"},"https://github.com/aquaproj/aqua-installer")),(0,l.yg)("ul",null,(0,l.yg)("li",{parentName:"ul"},(0,l.yg)("a",{parentName:"li",href:"#shell-script"},"Shell Script")),(0,l.yg)("li",{parentName:"ul"},(0,l.yg)("a",{parentName:"li",href:"#github-actions"},"GitHub Actions"))),(0,l.yg)("h2",{id:"shell-script"},"Shell Script"),(0,l.yg)("p",null,"You can install aqua by the following one liner."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-bash"},"curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer | bash\n")),(0,l.yg)("p",null,"But the one liner is a bit dangerous because aqua-installer may be tampered.\nWe recommend verifying aqua-installer's checksum before running it."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-bash"},'curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer\necho "fb4b3b7d026e5aba1fc478c268e8fbd653e01404c8a8c6284fdba88ae62eda6a aqua-installer" | sha256sum -c\nchmod +x aqua-installer\n./aqua-installer\n')),(0,l.yg)("p",null,"aqua-installer installs aqua to the following path."),(0,l.yg)("ul",null,(0,l.yg)("li",{parentName:"ul"},"linux, macOS: ",(0,l.yg)("inlineCode",{parentName:"li"},"${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin/aqua")),(0,l.yg)("li",{parentName:"ul"},"windows: ",(0,l.yg)("inlineCode",{parentName:"li"},"${AQUA_ROOT_DIR:-$HOME/AppData/Local/aquaproj-aqua}/bin/aqua"))),(0,l.yg)("admonition",{type:"caution"},(0,l.yg)("p",{parentName:"admonition"},"From aqua-installer v2, aqua-installer doesn't support specifying the install path.")),(0,l.yg)("p",null,"You can pass the following parameters."),(0,l.yg)("ul",null,(0,l.yg)("li",{parentName:"ul"},(0,l.yg)("inlineCode",{parentName:"li"},"-v [aqua version]"),": aqua version")),(0,l.yg)("p",null,"e.g."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-bash"},"curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer | bash -s -- -v v2.28.0\n")),(0,l.yg)("p",null,"If the version isn't specified, the latest version would be installed."),(0,l.yg)("h2",{id:"github-actions"},"GitHub Actions"),(0,l.yg)("p",null,"e.g."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},"- uses: aquaproj/aqua-installer@v3.0.1\n with:\n aqua_version: v2.28.0\n")),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},'- uses: aquaproj/aqua-installer@v3.0.1\n with:\n aqua_version: v2.28.0\n working_directory: foo\n aqua_opts: ""\n env:\n AQUA_CONFIG: aqua-config.yaml\n AQUA_LOG_LEVEL: debug\n')),(0,l.yg)("h3",{id:"inputs"},"Inputs"),(0,l.yg)("p",null,"Please see ",(0,l.yg)("a",{parentName:"p",href:"https://github.com/aquaproj/aqua-installer/blob/main/action.yaml"},"action.yaml")," too."),(0,l.yg)("h4",{id:"required-inputs"},"Required Inputs"),(0,l.yg)("table",null,(0,l.yg)("thead",{parentName:"table"},(0,l.yg)("tr",{parentName:"thead"},(0,l.yg)("th",{parentName:"tr",align:null},"name"),(0,l.yg)("th",{parentName:"tr",align:null},"description"))),(0,l.yg)("tbody",{parentName:"table"},(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"aqua_version"),(0,l.yg)("td",{parentName:"tr",align:null},"Installed aqua version")))),(0,l.yg)("h4",{id:"optional-inputs"},"Optional Inputs"),(0,l.yg)("p",null,"\u26a0\ufe0f From aqua-installer v2, aqua-installer doesn't support specifying the install path."),(0,l.yg)("table",null,(0,l.yg)("thead",{parentName:"table"},(0,l.yg)("tr",{parentName:"thead"},(0,l.yg)("th",{parentName:"tr",align:null},"name"),(0,l.yg)("th",{parentName:"tr",align:null},"default"),(0,l.yg)("th",{parentName:"tr",align:null},"description"))),(0,l.yg)("tbody",{parentName:"table"},(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"skip_install_aqua"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},'"false"')),(0,l.yg)("td",{parentName:"tr",align:null},"If this true and aqua is already installed, installing aqua is skipped. aqua-installer >= ",(0,l.yg)("a",{parentName:"td",href:"https://github.com/aquaproj/aqua-installer/releases/tag/v3.1.0"},"v3.1.0"))),(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"enable_aqua_install"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},'"true"')),(0,l.yg)("td",{parentName:"tr",align:null},"if this is ",(0,l.yg)("inlineCode",{parentName:"td"},'"false"'),", ",(0,l.yg)("inlineCode",{parentName:"td"},"aqua i")," is skipped")),(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"aqua_opts"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},"-l")),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},"aqua i"),"'s option. If you want to specify global options, please use environment variables")),(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"working_directory"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},'""')),(0,l.yg)("td",{parentName:"tr",align:null},"working directory")),(0,l.yg)("tr",{parentName:"tbody"},(0,l.yg)("td",{parentName:"tr",align:null},"policy_allow"),(0,l.yg)("td",{parentName:"tr",align:null},(0,l.yg)("inlineCode",{parentName:"td"},'""')),(0,l.yg)("td",{parentName:"tr",align:null},"aqua >= ",(0,l.yg)("inlineCode",{parentName:"td"},"v2.3.0"),". If this is ",(0,l.yg)("inlineCode",{parentName:"td"},'"true"'),", ",(0,l.yg)("inlineCode",{parentName:"td"},"aqua policy allow")," command is run. If a Policy file path is set, ",(0,l.yg)("inlineCode",{parentName:"td"},'aqua policy allow "${{inputs.policy_allow}}"')," is run")))),(0,l.yg)("h3",{id:"outputs"},"Outputs"),(0,l.yg)("p",null,"Please see ",(0,l.yg)("a",{parentName:"p",href:"https://github.com/aquaproj/aqua-installer/blob/main/action.yaml"},"action.yaml")," too."),(0,l.yg)("p",null,"Nothing."),(0,l.yg)("h3",{id:"-caching"},"\ud83d\udca1 Caching"),(0,l.yg)("p",null,(0,l.yg)("a",{parentName:"p",href:"https://github.com/aquaproj/aqua-installer/issues/428"},"#428")),(0,l.yg)("p",null,"aqua-installer doesn't support caching, but you can cache packages and registries using ",(0,l.yg)("inlineCode",{parentName:"p"},"actions/cache"),"."),(0,l.yg)("p",null,"e.g."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},"- uses: actions/cache@v3.3.1\n with:\n path: ~/.local/share/aquaproj-aqua\n key: v1-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('aqua.yaml')}}\n restore-keys: |\n v1-aqua-installer-${{runner.os}}-${{runner.arch}}-\n- uses: aquaproj/aqua-installer@v3.0.1\n with:\n aqua_version: v2.28.0\n")),(0,l.yg)("p",null,"Please fix ",(0,l.yg)("inlineCode",{parentName:"p"},"actions/cache"),"'s parameters properly.\nIf you ",(0,l.yg)("a",{parentName:"p",href:"/docs/guides/split-config"},"split ",(0,l.yg)("inlineCode",{parentName:"a"},"aqua.yaml")," using import")," or use local Registries, you may have to add hashes of them to key and restore-keys."),(0,l.yg)("p",null,"e.g."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},"- uses: actions/cache@v3.3.1\n with:\n path: ~/.local/share/aquaproj-aqua\n key: v1-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('.aqua/*.yaml')}} # Change key\n restore-keys: |\n v1-aqua-installer-${{runner.os}}-${{runner.arch}}-\n")),(0,l.yg)("p",null,"aqua-installer runs aqua with ",(0,l.yg)("a",{parentName:"p",href:"https://aquaproj.github.io/docs/tutorial/install-only-link"},"-l")," option by default, so packages that aren't run in the workflow aren't cached.\nIf you want to cache all packages, please set ",(0,l.yg)("inlineCode",{parentName:"p"},"aqua_opts")," to unset ",(0,l.yg)("inlineCode",{parentName:"p"},"-l")," option."),(0,l.yg)("pre",null,(0,l.yg)("code",{parentName:"pre",className:"language-yaml"},'- uses: aquaproj/aqua-installer@v3.0.1\n with:\n aqua_version: v2.28.0\n aqua_opts: "" # Unset `-l` option\n')),(0,l.yg)("p",null,"But if ",(0,l.yg)("inlineCode",{parentName:"p"},"-l")," is unset, aqua installs packages that aren't run in the workflow uselessly."),(0,l.yg)("p",null,"So it is up to you that whether and how you cache packages."))}c.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/docs/assets/js/runtime~main.3ba6ed9e.js b/docs/assets/js/runtime~main.33577d8a.js similarity index 99% rename from docs/assets/js/runtime~main.3ba6ed9e.js rename to docs/assets/js/runtime~main.33577d8a.js index fc90ed7d0..2291bef7e 100644 --- a/docs/assets/js/runtime~main.3ba6ed9e.js +++ b/docs/assets/js/runtime~main.33577d8a.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,c,f,d,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var c=t[e]={id:e,loaded:!1,exports:{}};return b[e].call(c.exports,c,c.exports,r),c.loaded=!0,c.exports}r.m=b,r.c=t,e=[],r.O=(a,c,f,d)=>{if(!c){var b=1/0;for(u=0;u=d)&&Object.keys(r.O).every((e=>r.O[e](c[o])))?c.splice(o--,1):(t=!1,d0&&e[u-1][2]>d;u--)e[u]=e[u-1];e[u]=[c,f,d]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,f){if(1&f&&(e=this(e)),8&f)return e;if("object"==typeof e&&e){if(4&f&&e.__esModule)return e;if(16&f&&"function"==typeof e.then)return e}var d=Object.create(null);r.r(d);var b={};a=a||[null,c({}),c([]),c(c)];for(var t=2&f&&e;"object"==typeof t&&!~a.indexOf(t);t=c(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(d,b),d},r.d=(e,a)=>{for(var c in a)r.o(a,c)&&!r.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:a[c]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,c)=>(r.f[c](e,a),a)),[])),r.u=e=>"assets/js/"+({39:"4203d724",113:"6366d120",134:"03b8e1e9",155:"39618771",160:"5a05d21e",235:"08bef315",274:"fb777639",282:"c21f3d68",285:"e910553d",414:"7d9b58e1",478:"79163247",502:"143cc522",574:"e8f8465a",596:"1731d7a3",748:"ab1075c4",750:"49c8f906",1066:"8c934921",1190:"50745d53",1289:"060cc059",1412:"67bb0c63",1469:"27ee2591",1549:"20797f21",1556:"2b9930c1",1560:"7acd6db6",1695:"9afc675a",1713:"1caf377d",1751:"295a4801",1805:"7355b5f3",1966:"0a5964ff",1991:"b2b675dd",1995:"b3935e94",2068:"a269afc9",2098:"14aa05f3",2138:"1a4e3797",2354:"5f8139ef",2356:"6ec2b11c",2526:"e6b861e2",2560:"bd6d4379",2565:"a2565db3",2634:"c4f5d8e4",2711:"9e4087bc",2777:"c4de80f8",2928:"69233048",3074:"25c19ca1",3249:"ccc49370",3638:"577d0dce",3758:"6e2b8ad3",3876:"61252386",3905:"c1c7fd11",3922:"c648d7ab",3949:"7404147e",4069:"4221c0e5",4134:"393be207",4382:"ff786ab1",4540:"80080a4f",4631:"0735f742",4674:"c0d2ee75",4692:"1aa30e9c",4799:"96ec2e2d",4809:"a32ea79f",4828:"f8bfd214",4833:"be324622",4908:"6889be87",4916:"c697de5f",4944:"93d5a1d4",5004:"fbaacf7c",5057:"80edce63",5132:"aa8cb211",5191:"321a5657",5219:"50e94a35",5251:"bd1db66c",5295:"16970427",5303:"828c63ce",5345:"d03241c9",5561:"0f20cc26",5593:"4fbd7652",5633:"754583dd",5668:"3c36a26a",5717:"1ca2a941",5742:"c377a04b",5894:"b2f554cd",5897:"8cdf8a4b",5917:"3e5f4adb",5941:"38b24e6d",5960:"f09bbfa7",6037:"a0454714",6061:"1f391b9e",6101:"a18c9a05",6193:"ef190197",6274:"32181d15",6306:"1bb6e582",6310:"70c4cd00",6375:"95c1bab3",6422:"9856c39b",6448:"ba7ba5a2",6597:"e0c94526",6611:"cd791a25",6714:"fca1c5f8",6817:"db519e62",6927:"3591c308",6965:"e75b9ff8",7088:"5b949a4c",7191:"cfb9d0ac",7193:"536f241c",7395:"383d31c1",7472:"814f3328",7643:"a6aa9e1f",7693:"8f0378b4",7699:"ad418121",7704:"9a06e350",7776:"8ecc30b7",7818:"64dea2b5",7875:"275cb919",7916:"1ddd0e38",7926:"6ae4ad55",8019:"fa289bff",8070:"0480b142",8083:"fb320cc9",8091:"40acb882",8141:"1321e22f",8148:"6a8f5dc4",8198:"68639ca1",8401:"17896441",8432:"5cf002be",8434:"c67b794e",8441:"4621669d",8581:"935f2afb",8631:"d6e67bbb",8714:"1be78505",8718:"264fa76a",8834:"358c0ec2",8964:"a8dabdf5",9011:"a1e1b5d7",9042:"314f6c86",9079:"d7027d40",9094:"97fdeb9e",9109:"8ab4c0ca",9160:"5399cc5d",9330:"73e81739",9338:"77b27851",9356:"d917df66",9357:"1a9e5c15",9622:"52a2d23f",9708:"30704663",9725:"e1ceaaf0",9786:"8e7092bf",9905:"22f554a5"}[e]||e)+"."+{39:"5e3d495d",113:"343ddb8e",134:"8308aa54",155:"e8d4afdb",160:"88e7bf6b",235:"c873a4fc",274:"c3edd9f6",282:"282d48a0",285:"d05b7f22",405:"ad8e8bee",414:"a9c23799",416:"ca8ff83c",478:"ebc83d91",502:"a805ef7c",574:"d35bf16f",596:"2a7dbd2d",748:"95194e13",750:"eb4591d0",1066:"5df1c174",1190:"d76bf07f",1289:"41a4e75d",1412:"fabcf5ab",1469:"3af5f547",1549:"10d370af",1556:"cab0c65d",1560:"b0bf3260",1695:"bcced210",1713:"20b408b0",1751:"67be8aec",1774:"4672e1d3",1805:"6bee072e",1966:"4f52d447",1991:"7b10f2fd",1995:"a4f36be3",2068:"901f8853",2098:"86c20883",2138:"8b9666ea",2354:"0e130f86",2356:"29c1d6d2",2526:"289f626d",2560:"c58ce06a",2565:"720a4ab0",2634:"e3f5e12e",2711:"833e7322",2777:"cdc9fb5d",2928:"063c9845",3074:"4cf07231",3249:"cae3efa8",3369:"55e24752",3638:"bb8258e3",3758:"ab36398f",3876:"997127b7",3905:"7d3c1d9b",3922:"7c962f3c",3949:"67f31057",4069:"e90fafff",4134:"8f7cbf32",4382:"66859a5f",4540:"5623f0da",4631:"fc6c3f76",4674:"c67a4b73",4692:"a4b5a551",4799:"e4a3349b",4809:"06a60336",4828:"05e0d66a",4833:"fcd75867",4908:"13491eac",4916:"4eeed643",4944:"76eace43",5004:"a89ae680",5057:"29b81b48",5132:"64db7180",5191:"ddd9209a",5219:"387a4b58",5251:"8bd82808",5295:"1d5f6163",5303:"361ad815",5345:"d238f09f",5561:"e983030a",5593:"eb6c13d9",5633:"8623ce53",5668:"8e5a61c0",5717:"87636740",5742:"63604f65",5894:"003345c3",5897:"aa319e5c",5917:"67fcb458",5941:"82f508d4",5960:"39a45c62",6037:"1af235c2",6061:"37503ef6",6101:"7118cf10",6193:"7e51237a",6274:"e62b1428",6306:"a690cf47",6310:"1aae32b5",6375:"ff33133a",6422:"2f8d9364",6448:"2e4b6ffd",6597:"1e272b55",6611:"05569b57",6714:"dce657df",6817:"3437738b",6927:"643068da",6965:"356e63b7",7088:"b1d9f0ed",7191:"fdf1e373",7193:"789567b0",7395:"8c3d7d08",7472:"8aeea074",7643:"67672848",7693:"f350b121",7699:"5f0c68a3",7704:"2197b87a",7776:"be2bd32b",7818:"6c552e1a",7875:"a6434a7f",7916:"3ca5ca49",7926:"6849af28",8019:"e2ae5756",8070:"ac538f9c",8083:"f26e58b1",8091:"b522c853",8141:"b34dfd69",8148:"168b56ea",8158:"901092eb",8198:"b2e439a4",8401:"d3f29b43",8432:"00e1628c",8434:"e25a6018",8441:"a8ab244e",8581:"0686d3b9",8631:"555b2d85",8714:"23df9248",8718:"923dc6d9",8834:"42a343d8",8913:"22aa9a76",8964:"eb3e09af",9011:"7de4d352",9042:"4c82c393",9079:"fec80a38",9094:"32fa6059",9109:"5bc70aa6",9160:"9205f030",9330:"af07f92e",9338:"0b3fd9a0",9356:"5837aafd",9357:"ff77d18f",9622:"edf9a0d6",9708:"87d5d219",9725:"ddc5117a",9786:"5f855fe7",9905:"f681f6fb"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),f={},d="aqua-docusaurus:",r.l=(e,a,c,b)=>{if(f[e])f[e].push(a);else{var t,o;if(void 0!==c)for(var n=document.getElementsByTagName("script"),u=0;u{t.onerror=t.onload=null,clearTimeout(s);var d=f[e];if(delete f[e],t.parentNode&&t.parentNode.removeChild(t),d&&d.forEach((e=>e(c))),a)return a(c)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={16970427:"5295",17896441:"8401",30704663:"9708",39618771:"155",61252386:"3876",69233048:"2928",79163247:"478","4203d724":"39","6366d120":"113","03b8e1e9":"134","5a05d21e":"160","08bef315":"235",fb777639:"274",c21f3d68:"282",e910553d:"285","7d9b58e1":"414","143cc522":"502",e8f8465a:"574","1731d7a3":"596",ab1075c4:"748","49c8f906":"750","8c934921":"1066","50745d53":"1190","060cc059":"1289","67bb0c63":"1412","27ee2591":"1469","20797f21":"1549","2b9930c1":"1556","7acd6db6":"1560","9afc675a":"1695","1caf377d":"1713","295a4801":"1751","7355b5f3":"1805","0a5964ff":"1966",b2b675dd:"1991",b3935e94:"1995",a269afc9:"2068","14aa05f3":"2098","1a4e3797":"2138","5f8139ef":"2354","6ec2b11c":"2356",e6b861e2:"2526",bd6d4379:"2560",a2565db3:"2565",c4f5d8e4:"2634","9e4087bc":"2711",c4de80f8:"2777","25c19ca1":"3074",ccc49370:"3249","577d0dce":"3638","6e2b8ad3":"3758",c1c7fd11:"3905",c648d7ab:"3922","7404147e":"3949","4221c0e5":"4069","393be207":"4134",ff786ab1:"4382","80080a4f":"4540","0735f742":"4631",c0d2ee75:"4674","1aa30e9c":"4692","96ec2e2d":"4799",a32ea79f:"4809",f8bfd214:"4828",be324622:"4833","6889be87":"4908",c697de5f:"4916","93d5a1d4":"4944",fbaacf7c:"5004","80edce63":"5057",aa8cb211:"5132","321a5657":"5191","50e94a35":"5219",bd1db66c:"5251","828c63ce":"5303",d03241c9:"5345","0f20cc26":"5561","4fbd7652":"5593","754583dd":"5633","3c36a26a":"5668","1ca2a941":"5717",c377a04b:"5742",b2f554cd:"5894","8cdf8a4b":"5897","3e5f4adb":"5917","38b24e6d":"5941",f09bbfa7:"5960",a0454714:"6037","1f391b9e":"6061",a18c9a05:"6101",ef190197:"6193","32181d15":"6274","1bb6e582":"6306","70c4cd00":"6310","95c1bab3":"6375","9856c39b":"6422",ba7ba5a2:"6448",e0c94526:"6597",cd791a25:"6611",fca1c5f8:"6714",db519e62:"6817","3591c308":"6927",e75b9ff8:"6965","5b949a4c":"7088",cfb9d0ac:"7191","536f241c":"7193","383d31c1":"7395","814f3328":"7472",a6aa9e1f:"7643","8f0378b4":"7693",ad418121:"7699","9a06e350":"7704","8ecc30b7":"7776","64dea2b5":"7818","275cb919":"7875","1ddd0e38":"7916","6ae4ad55":"7926",fa289bff:"8019","0480b142":"8070",fb320cc9:"8083","40acb882":"8091","1321e22f":"8141","6a8f5dc4":"8148","68639ca1":"8198","5cf002be":"8432",c67b794e:"8434","4621669d":"8441","935f2afb":"8581",d6e67bbb:"8631","1be78505":"8714","264fa76a":"8718","358c0ec2":"8834",a8dabdf5:"8964",a1e1b5d7:"9011","314f6c86":"9042",d7027d40:"9079","97fdeb9e":"9094","8ab4c0ca":"9109","5399cc5d":"9160","73e81739":"9330","77b27851":"9338",d917df66:"9356","1a9e5c15":"9357","52a2d23f":"9622",e1ceaaf0:"9725","8e7092bf":"9786","22f554a5":"9905"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,c)=>{var f=r.o(e,a)?e[a]:void 0;if(0!==f)if(f)c.push(f[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var d=new Promise(((c,d)=>f=e[a]=[c,d]));c.push(f[2]=d);var b=r.p+r.u(a),t=new Error;r.l(b,(c=>{if(r.o(e,a)&&(0!==(f=e[a])&&(e[a]=void 0),f)){var d=c&&("load"===c.type?"missing":c.type),b=c&&c.target&&c.target.src;t.message="Loading chunk "+a+" failed.\n("+d+": "+b+")",t.name="ChunkLoadError",t.type=d,t.request=b,f[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,c)=>{var f,d,b=c[0],t=c[1],o=c[2],n=0;if(b.some((a=>0!==e[a]))){for(f in t)r.o(t,f)&&(r.m[f]=t[f]);if(o)var u=o(r)}for(a&&a(c);n{"use strict";var e,a,c,f,d,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var c=t[e]={id:e,loaded:!1,exports:{}};return b[e].call(c.exports,c,c.exports,r),c.loaded=!0,c.exports}r.m=b,r.c=t,e=[],r.O=(a,c,f,d)=>{if(!c){var b=1/0;for(u=0;u=d)&&Object.keys(r.O).every((e=>r.O[e](c[o])))?c.splice(o--,1):(t=!1,d0&&e[u-1][2]>d;u--)e[u]=e[u-1];e[u]=[c,f,d]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,f){if(1&f&&(e=this(e)),8&f)return e;if("object"==typeof e&&e){if(4&f&&e.__esModule)return e;if(16&f&&"function"==typeof e.then)return e}var d=Object.create(null);r.r(d);var b={};a=a||[null,c({}),c([]),c(c)];for(var t=2&f&&e;"object"==typeof t&&!~a.indexOf(t);t=c(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(d,b),d},r.d=(e,a)=>{for(var c in a)r.o(a,c)&&!r.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:a[c]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,c)=>(r.f[c](e,a),a)),[])),r.u=e=>"assets/js/"+({39:"4203d724",113:"6366d120",134:"03b8e1e9",155:"39618771",160:"5a05d21e",235:"08bef315",274:"fb777639",282:"c21f3d68",285:"e910553d",414:"7d9b58e1",478:"79163247",502:"143cc522",574:"e8f8465a",596:"1731d7a3",748:"ab1075c4",750:"49c8f906",1066:"8c934921",1190:"50745d53",1289:"060cc059",1412:"67bb0c63",1469:"27ee2591",1549:"20797f21",1556:"2b9930c1",1560:"7acd6db6",1695:"9afc675a",1713:"1caf377d",1751:"295a4801",1805:"7355b5f3",1966:"0a5964ff",1991:"b2b675dd",1995:"b3935e94",2068:"a269afc9",2098:"14aa05f3",2138:"1a4e3797",2354:"5f8139ef",2356:"6ec2b11c",2526:"e6b861e2",2560:"bd6d4379",2565:"a2565db3",2634:"c4f5d8e4",2711:"9e4087bc",2777:"c4de80f8",2928:"69233048",3074:"25c19ca1",3249:"ccc49370",3638:"577d0dce",3758:"6e2b8ad3",3876:"61252386",3905:"c1c7fd11",3922:"c648d7ab",3949:"7404147e",4069:"4221c0e5",4134:"393be207",4382:"ff786ab1",4540:"80080a4f",4631:"0735f742",4674:"c0d2ee75",4692:"1aa30e9c",4799:"96ec2e2d",4809:"a32ea79f",4828:"f8bfd214",4833:"be324622",4908:"6889be87",4916:"c697de5f",4944:"93d5a1d4",5004:"fbaacf7c",5057:"80edce63",5132:"aa8cb211",5191:"321a5657",5219:"50e94a35",5251:"bd1db66c",5295:"16970427",5303:"828c63ce",5345:"d03241c9",5561:"0f20cc26",5593:"4fbd7652",5633:"754583dd",5668:"3c36a26a",5717:"1ca2a941",5742:"c377a04b",5894:"b2f554cd",5897:"8cdf8a4b",5917:"3e5f4adb",5941:"38b24e6d",5960:"f09bbfa7",6037:"a0454714",6061:"1f391b9e",6101:"a18c9a05",6193:"ef190197",6274:"32181d15",6306:"1bb6e582",6310:"70c4cd00",6375:"95c1bab3",6422:"9856c39b",6448:"ba7ba5a2",6597:"e0c94526",6611:"cd791a25",6714:"fca1c5f8",6817:"db519e62",6927:"3591c308",6965:"e75b9ff8",7088:"5b949a4c",7191:"cfb9d0ac",7193:"536f241c",7395:"383d31c1",7472:"814f3328",7643:"a6aa9e1f",7693:"8f0378b4",7699:"ad418121",7704:"9a06e350",7776:"8ecc30b7",7818:"64dea2b5",7875:"275cb919",7916:"1ddd0e38",7926:"6ae4ad55",8019:"fa289bff",8070:"0480b142",8083:"fb320cc9",8091:"40acb882",8141:"1321e22f",8148:"6a8f5dc4",8198:"68639ca1",8401:"17896441",8432:"5cf002be",8434:"c67b794e",8441:"4621669d",8581:"935f2afb",8631:"d6e67bbb",8714:"1be78505",8718:"264fa76a",8834:"358c0ec2",8964:"a8dabdf5",9011:"a1e1b5d7",9042:"314f6c86",9079:"d7027d40",9094:"97fdeb9e",9109:"8ab4c0ca",9160:"5399cc5d",9330:"73e81739",9338:"77b27851",9356:"d917df66",9357:"1a9e5c15",9622:"52a2d23f",9708:"30704663",9725:"e1ceaaf0",9786:"8e7092bf",9905:"22f554a5"}[e]||e)+"."+{39:"5e3d495d",113:"343ddb8e",134:"8308aa54",155:"e8d4afdb",160:"88e7bf6b",235:"c873a4fc",274:"c3edd9f6",282:"282d48a0",285:"d05b7f22",405:"ad8e8bee",414:"a9c23799",416:"ca8ff83c",478:"ebc83d91",502:"a805ef7c",574:"d35bf16f",596:"2a7dbd2d",748:"95194e13",750:"eb4591d0",1066:"5df1c174",1190:"d76bf07f",1289:"41a4e75d",1412:"fabcf5ab",1469:"3af5f547",1549:"10d370af",1556:"cab0c65d",1560:"b0bf3260",1695:"bcced210",1713:"20b408b0",1751:"67be8aec",1774:"4672e1d3",1805:"6bee072e",1966:"4f52d447",1991:"7b10f2fd",1995:"a4f36be3",2068:"901f8853",2098:"86c20883",2138:"8b9666ea",2354:"0e130f86",2356:"29c1d6d2",2526:"289f626d",2560:"c58ce06a",2565:"720a4ab0",2634:"e3f5e12e",2711:"833e7322",2777:"cdc9fb5d",2928:"063c9845",3074:"4cf07231",3249:"cae3efa8",3369:"55e24752",3638:"bb8258e3",3758:"ab36398f",3876:"997127b7",3905:"7d3c1d9b",3922:"7c962f3c",3949:"67f31057",4069:"e90fafff",4134:"8f7cbf32",4382:"66859a5f",4540:"5623f0da",4631:"fc6c3f76",4674:"c67a4b73",4692:"a4b5a551",4799:"e4a3349b",4809:"06a60336",4828:"05e0d66a",4833:"fcd75867",4908:"13491eac",4916:"4eeed643",4944:"76eace43",5004:"a89ae680",5057:"29b81b48",5132:"64db7180",5191:"ddd9209a",5219:"387a4b58",5251:"8bd82808",5295:"1d5f6163",5303:"361ad815",5345:"d238f09f",5561:"e983030a",5593:"eb6c13d9",5633:"8623ce53",5668:"8e5a61c0",5717:"87636740",5742:"63604f65",5894:"003345c3",5897:"aa319e5c",5917:"67fcb458",5941:"82f508d4",5960:"39a45c62",6037:"1af235c2",6061:"37503ef6",6101:"7118cf10",6193:"7e51237a",6274:"e62b1428",6306:"a690cf47",6310:"1aae32b5",6375:"ff33133a",6422:"2f8d9364",6448:"2e4b6ffd",6597:"1e272b55",6611:"05569b57",6714:"dce657df",6817:"3437738b",6927:"643068da",6965:"356e63b7",7088:"b1d9f0ed",7191:"fdf1e373",7193:"789567b0",7395:"8c3d7d08",7472:"8aeea074",7643:"67672848",7693:"f350b121",7699:"5f0c68a3",7704:"2197b87a",7776:"be2bd32b",7818:"6c552e1a",7875:"a6434a7f",7916:"3ca5ca49",7926:"6849af28",8019:"e2ae5756",8070:"ac538f9c",8083:"f26e58b1",8091:"b522c853",8141:"b34dfd69",8148:"168b56ea",8158:"901092eb",8198:"b2e439a4",8401:"d3f29b43",8432:"d8a05f39",8434:"e25a6018",8441:"a8ab244e",8581:"0686d3b9",8631:"555b2d85",8714:"23df9248",8718:"923dc6d9",8834:"42a343d8",8913:"22aa9a76",8964:"eb3e09af",9011:"7de4d352",9042:"4c82c393",9079:"fec80a38",9094:"32fa6059",9109:"5bc70aa6",9160:"9205f030",9330:"af07f92e",9338:"0b3fd9a0",9356:"5837aafd",9357:"ff77d18f",9622:"edf9a0d6",9708:"87d5d219",9725:"ddc5117a",9786:"5f855fe7",9905:"f681f6fb"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),f={},d="aqua-docusaurus:",r.l=(e,a,c,b)=>{if(f[e])f[e].push(a);else{var t,o;if(void 0!==c)for(var n=document.getElementsByTagName("script"),u=0;u{t.onerror=t.onload=null,clearTimeout(s);var d=f[e];if(delete f[e],t.parentNode&&t.parentNode.removeChild(t),d&&d.forEach((e=>e(c))),a)return a(c)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={16970427:"5295",17896441:"8401",30704663:"9708",39618771:"155",61252386:"3876",69233048:"2928",79163247:"478","4203d724":"39","6366d120":"113","03b8e1e9":"134","5a05d21e":"160","08bef315":"235",fb777639:"274",c21f3d68:"282",e910553d:"285","7d9b58e1":"414","143cc522":"502",e8f8465a:"574","1731d7a3":"596",ab1075c4:"748","49c8f906":"750","8c934921":"1066","50745d53":"1190","060cc059":"1289","67bb0c63":"1412","27ee2591":"1469","20797f21":"1549","2b9930c1":"1556","7acd6db6":"1560","9afc675a":"1695","1caf377d":"1713","295a4801":"1751","7355b5f3":"1805","0a5964ff":"1966",b2b675dd:"1991",b3935e94:"1995",a269afc9:"2068","14aa05f3":"2098","1a4e3797":"2138","5f8139ef":"2354","6ec2b11c":"2356",e6b861e2:"2526",bd6d4379:"2560",a2565db3:"2565",c4f5d8e4:"2634","9e4087bc":"2711",c4de80f8:"2777","25c19ca1":"3074",ccc49370:"3249","577d0dce":"3638","6e2b8ad3":"3758",c1c7fd11:"3905",c648d7ab:"3922","7404147e":"3949","4221c0e5":"4069","393be207":"4134",ff786ab1:"4382","80080a4f":"4540","0735f742":"4631",c0d2ee75:"4674","1aa30e9c":"4692","96ec2e2d":"4799",a32ea79f:"4809",f8bfd214:"4828",be324622:"4833","6889be87":"4908",c697de5f:"4916","93d5a1d4":"4944",fbaacf7c:"5004","80edce63":"5057",aa8cb211:"5132","321a5657":"5191","50e94a35":"5219",bd1db66c:"5251","828c63ce":"5303",d03241c9:"5345","0f20cc26":"5561","4fbd7652":"5593","754583dd":"5633","3c36a26a":"5668","1ca2a941":"5717",c377a04b:"5742",b2f554cd:"5894","8cdf8a4b":"5897","3e5f4adb":"5917","38b24e6d":"5941",f09bbfa7:"5960",a0454714:"6037","1f391b9e":"6061",a18c9a05:"6101",ef190197:"6193","32181d15":"6274","1bb6e582":"6306","70c4cd00":"6310","95c1bab3":"6375","9856c39b":"6422",ba7ba5a2:"6448",e0c94526:"6597",cd791a25:"6611",fca1c5f8:"6714",db519e62:"6817","3591c308":"6927",e75b9ff8:"6965","5b949a4c":"7088",cfb9d0ac:"7191","536f241c":"7193","383d31c1":"7395","814f3328":"7472",a6aa9e1f:"7643","8f0378b4":"7693",ad418121:"7699","9a06e350":"7704","8ecc30b7":"7776","64dea2b5":"7818","275cb919":"7875","1ddd0e38":"7916","6ae4ad55":"7926",fa289bff:"8019","0480b142":"8070",fb320cc9:"8083","40acb882":"8091","1321e22f":"8141","6a8f5dc4":"8148","68639ca1":"8198","5cf002be":"8432",c67b794e:"8434","4621669d":"8441","935f2afb":"8581",d6e67bbb:"8631","1be78505":"8714","264fa76a":"8718","358c0ec2":"8834",a8dabdf5:"8964",a1e1b5d7:"9011","314f6c86":"9042",d7027d40:"9079","97fdeb9e":"9094","8ab4c0ca":"9109","5399cc5d":"9160","73e81739":"9330","77b27851":"9338",d917df66:"9356","1a9e5c15":"9357","52a2d23f":"9622",e1ceaaf0:"9725","8e7092bf":"9786","22f554a5":"9905"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,c)=>{var f=r.o(e,a)?e[a]:void 0;if(0!==f)if(f)c.push(f[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var d=new Promise(((c,d)=>f=e[a]=[c,d]));c.push(f[2]=d);var b=r.p+r.u(a),t=new Error;r.l(b,(c=>{if(r.o(e,a)&&(0!==(f=e[a])&&(e[a]=void 0),f)){var d=c&&("load"===c.type?"missing":c.type),b=c&&c.target&&c.target.src;t.message="Loading chunk "+a+" failed.\n("+d+": "+b+")",t.name="ChunkLoadError",t.type=d,t.request=b,f[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,c)=>{var f,d,b=c[0],t=c[1],o=c[2],n=0;if(b.some((a=>0!==e[a]))){for(f in t)r.o(t,f)&&(r.m[f]=t[f]);if(o)var u=o(r)}for(a&&a(c);n