I would like to install a specific version of a wp-cli package, e.g.
wp package install geekpress/wp-rocket-cli@1.1
or if this does not work, then from a specific github commit
wp package install git@github.com:GeekPress/wp-rocket-cli.git#04ff23bbc3e293d44e8dde4ae64e1918f3e8534a
But both does not work. Is there a way to fix the version? I'm using wp-cli in an automated environment, and I do not want it to break, if a wp-cli package changes a command in it`s latest commit.