Skip to content

Releases: trywpm/cli

v0.1.9

28 Jan 17:17
Immutable release. Only release title and notes can be modified.
v0.1.9
e4e1ab2

Choose a tag to compare

Enhancement

  • Update markdown and screenshots parsing (#163)

Dependencies

  • Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group (#160)
  • Bump github/codeql-action from 7434149006143a4d75b82a2f411ef15b03ccc2d7 to 55252c7a3a47fea1e0fdd923b269f4be8a5ad9a0 (#161)
  • Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 (#162)

Contributors

@thelovekesh

Installation

To install wpm v0.1.9

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.8

22 Jan 10:30
Immutable release. Only release title and notes can be modified.
v0.1.8
3eb7b3f

Choose a tag to compare

Infrastructure

  • Add CodeQL workflow for vulnerability scanning (#159)

Contributors

@AmarYasser1 and @thelovekesh

Installation

To install wpm v0.1.8

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.7

18 Jan 18:19
Immutable release. Only release title and notes can be modified.
v0.1.7
256f134

Choose a tag to compare

Core

  • Add signature validation on package installation (#156)

Commands

  • Add outdated command (#152)
  • Add why command (#151)
  • Add ls command (#150)
  • Add uninstall command (#149)

Bug Fixes

  • Fix terminal streaming to bail if progress bar not enabled (#157)

Dependencies

  • Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (#155)
  • Bump github.com/klauspost/compress from 1.18.2 to 1.18.3 (#154)
  • Bump actions/setup-go from 6.1.0 to 6.2.0 in the actions group (#153)

Contributors

@thelovekesh

Installation

To install wpm v0.1.7

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.6

16 Jan 18:03
Immutable release. Only release title and notes can be modified.
v0.1.6
292627e

Choose a tag to compare

Core

  • Improve package config options (#147)
  • Update http client and content caching (#146)

Infrastructure

  • Add install scripts (#148)

Contributors

@thelovekesh

Installation

To install wpm v0.1.6

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.5

14 Jan 21:24
Immutable release. Only release title and notes can be modified.
v0.1.5
3cc907e

Choose a tag to compare

Commands

  • Fix install command ux (#144)
  • Remove package type field when auto generating the wpm.json (#145)

Contributors

@thelovekesh

Installation

To install wpm v0.1.5

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.4

14 Jan 19:52
Immutable release. Only release title and notes can be modified.
v0.1.4
d2ade7f

Choose a tag to compare

Core

  • Update outputs formatting; Update core APIs (#141)
  • Update http client (#142)
  • Fix wpmjson config side effects (#143)

Commands

  • Add install command (#140)

Dependencies

  • Bump golang.org/x/sys from 0.39.0 to 0.40.0 (#138)
  • Bump golang.org/x/text from 0.32.0 to 0.33.0 (#139)

Contributors

@thelovekesh

Installation

To install wpm v0.1.4

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.3

10 Jan 21:40
Immutable release. Only release title and notes can be modified.
v0.1.3
c2b6cc8

Choose a tag to compare

Core

  • Rename platform to requires (#137)

Infrastructure

  • Migrate workflows to Blacksmith runners (#136)

Contributors

@blacksmith-sh[bot], @thelovekesh and blacksmith-sh[bot]

Installation

To install wpm v0.1.3

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.2

06 Jan 14:55
Immutable release. Only release title and notes can be modified.
v0.1.2
c73ff83

Choose a tag to compare

Commands

  • Fix init command migration (#135)

Contributors

@thelovekesh

Installation

To install wpm v0.1.2

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.1

05 Jan 20:34
Immutable release. Only release title and notes can be modified.
v0.1.1
98cfbcb

Choose a tag to compare

Commands

  • Update package manifest shape (#134)

Dependencies

  • Bump github.com/go-playground/validator/v10 from 10.29.0 to 10.30.1 (#133)

Contributors

@thelovekesh

Installation

To install wpm v0.1.1

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli

v0.1.0

29 Dec 20:44
Immutable release. Only release title and notes can be modified.
v0.1.0
d74f73a

Choose a tag to compare

Commands

  • Update whoami path response (#131)
  • Update package publish flow (#130)

Dependencies

  • Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#123)
  • Bump docker/bake-action from 6.9.0 to 6.10.0 (#121)
  • Bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 (#122)
  • Bump github.com/klauspost/compress from 1.18.1 to 1.18.2 (#124)
  • Bump github.com/go-playground/validator/v10 from 10.28.0 to 10.29.0 (#126)
  • Bump github.com/morikuni/aec from 1.0.0 to 1.1.0 (#125)
  • Bump docker/metadata-action from 5.9.0 to 5.10.0 (#120)
  • Bump the actions group across 1 directory with 4 updates (#127)
  • Bump golang.org/x/text from 0.31.0 to 0.32.0 (#128)
  • Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#129)
  • Bump golang.org/x/crypto from 0.42.0 to 0.45.0 (#119)

Contributors

@thelovekesh

Installation

To install wpm v0.1.0

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli