stale-baker-46291
10/08/2024, 5:54 PMmicroscopic-river-74022
10/08/2024, 5:54 PMmicroscopic-river-74022
10/08/2024, 5:54 PM.garden/artifacts
directory. You can specify a POSIX-style path to copy the artifacts to, relative to the project artifacts directory at .garden/artifacts
(source ()).
For more specific instructions on how to push these artifacts to JFrog Artifactory, you may need to refer to the JFrog Artifactory documentation or the Garden documentation that specifically covers this topic.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------microscopic-river-74022
10/08/2024, 5:54 PMstale-baker-46291
10/09/2024, 4:42 AMmicroscopic-river-74022
10/09/2024, 4:42 AMmicroscopic-river-74022
10/09/2024, 4:43 AMmicroscopic-river-74022
10/09/2024, 4:43 AMmicroscopic-river-74022
10/09/2024, 4:43 AMmicroscopic-river-74022
10/09/2024, 4:43 AMstale-baker-46291
10/09/2024, 5:04 AMmicroscopic-river-74022
10/09/2024, 5:04 AMmicroscopic-river-74022
10/09/2024, 5:05 AMbash
brew tap garden-io/garden
brew install garden-cli
To upgrade to the newest version later, run brew update
and then brew upgrade garden-cli
.
Linux:
1. Install core dependencies. On Ubuntu, you can use sudo apt install git rsync
. On Alpine, use apk add --no-cache git rsync
. Alpine also requires gcc
to be installed: apk add --no-cache gcc
.
2. Install Garden using the installation script:
bash
curl -sL <https://get.garden.io/install.sh> | bash
To upgrade to the latest version later, simply run the script again.
Windows:
1. Open PowerShell as an administrator and run the following command to install Garden and its dependencies:
powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('<https://raw.githubusercontent.com/garden-io/garden/master/support/install.ps1'>))
To upgrade to the newest version later, simply re-run the above script.
For more detailed installation instructions, please see the Installation guide ().microscopic-river-74022
10/09/2024, 5:05 AMmicroscopic-river-74022
10/09/2024, 5:05 AM