Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat:add pulumi#1160

Merged
alexellis merged 1 commit intoalexellis:masterfrom
rgee0:addPulumi
Apr 7, 2025
Merged

feat:add pulumi#1160
alexellis merged 1 commit intoalexellis:masterfrom
rgee0:addPulumi

Conversation

@rgee0
Copy link
Contributor

@rgee0 rgee0 commented Apr 7, 2025

Description

Adds pulumi to the available tools taking the number of tools to 167

Motivation and Context

  • I have raised an issue to propose this change, which has been given a label of design/approved by a maintainer (required)
    Closes Add pulumiΒ #1159

How Has This Been Tested?

Functional

➜  arkade git:(addPulumi) βœ— make build                          
go build
➜  arkade git:(addPulumi) βœ— ./arkade get pulumi
Downloading: pulumi
2025/04/07 20:25:31 Looking up version for: pulumi
2025/04/07 20:25:31 Found: v3.160.0
Downloading: https://github.com/pulumi/pulumi/releases/download/v3.160.0/pulumi-v3.160.0-darwin-arm64.tar.gz
79.01 MiB / 79.01 MiB [------------------------------------------------------------] 100.00%
/var/folders/22/3b_f27kj3s37lbfqz_fq44jw0000gp/T/arkade-1033512932/pulumi-v3.160.0-darwin-arm64.tar.gz written.
2025/04/07 20:25:34 Extracted: /var/folders/22/3b_f27kj3s37lbfqz_fq44jw0000gp/T/arkade-1033512932/pulumi
2025/04/07 20:25:34 Copying /var/folders/22/3b_f27kj3s37lbfqz_fq44jw0000gp/T/arkade-1033512932/pulumi to /Users/rgee0/.arkade/bin/pulumi

Wrote: /Users/rgee0/.arkade/bin/pulumi (72.95MB)

# Add arkade binary directory to your PATH variable
export PATH=$PATH:$HOME/.arkade/bin/

# Test the binary:
/Users/rgee0/.arkade/bin/pulumi

# Or install with:
sudo mv /Users/rgee0/.arkade/bin/pulumi /usr/local/bin/

πŸ‘ Say thanks for arkade and sponsor Alex via GitHub: https://github.com/sponsors/alexellis

make e2e

➜  arkade git:(addPulumi) βœ— make e2e
CGO_ENABLED=0 go test github.com/alexellis/arkade/pkg/get -cover --tags e2e -v
...
PASS
coverage: 62.2% of statements
ok  	github.com/alexellis/arkade/pkg/get	12.169s	coverage: 62.2% of statements

test-tool.sh

➜  arkade git:(addPulumi) βœ— ./hack/test-tool.sh pulumi
+ ./arkade get pulumi --arch arm64 --os darwin --quiet
+ file /Users/rgee0/.arkade/bin/pulumi
/Users/rgee0/.arkade/bin/pulumi: Mach-O 64-bit executable arm64
+ rm /Users/rgee0/.arkade/bin/pulumi
+ echo

+ ./arkade get pulumi --arch x86_64 --os darwin --quiet
+ file /Users/rgee0/.arkade/bin/pulumi
/Users/rgee0/.arkade/bin/pulumi: Mach-O 64-bit executable x86_64
+ rm /Users/rgee0/.arkade/bin/pulumi
+ echo

+ ./arkade get pulumi --arch x86_64 --os linux --quiet
+ file /Users/rgee0/.arkade/bin/pulumi
/Users/rgee0/.arkade/bin/pulumi: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]=57f879ff29df802773ef4439707f6e5cd5f19339, stripped
+ rm /Users/rgee0/.arkade/bin/pulumi
+ echo

+ ./arkade get pulumi --arch aarch64 --os linux --quiet
+ file /Users/rgee0/.arkade/bin/pulumi
/Users/rgee0/.arkade/bin/pulumi: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, BuildID[sha1]=db452f0fff59a93a9c0889683e56ff7be1732505, stripped
+ rm /Users/rgee0/.arkade/bin/pulumi
+ echo

+ ./arkade get pulumi --arch x86_64 --os mingw --quiet
+ file /Users/rgee0/.arkade/bin/pulumi.exe
/Users/rgee0/.arkade/bin/pulumi.exe: PE32+ executable (console) x86-64, for MS Windows
+ rm /Users/rgee0/.arkade/bin/pulumi.exe
+ echo

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Documentation

  • I have updated the list of tools in README.md if (required) with ./arkade get --format markdown
  • I have updated the list of apps in README.md if (required) with ./arkade install --help

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s
  • I have tested this on arm, or have added code to prevent deployment

Signed-off-by: Richard Gee <[email protected]>
@alexellis alexellis merged commit f99487b into alexellis:master Apr 7, 2025
2 checks passed
@alexellis
Copy link
Owner

Thank you

@rgee0 rgee0 deleted the addPulumi branch April 7, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add pulumi

2 participants

Comments