RB
RB
Doesn't the liveupdate only allowing running `brew bump-cask-pr leapp --version=xyz` ? formula link https://github.com/Homebrew/homebrew-cask/blob/master/Casks/leapp.rb I think it would be better to setup a github action to bump it up *...
Hmmm... I thought this was already added it ? https://github.com/Noovolari/leapp/pull/213#issuecomment-1021442430 But now I don't see this in the default branch of this repo. Bumped the formula again to 0.9.0 https://github.com/Homebrew/homebrew-cask/pull/119637
I don't believe the formula is the issue ``` $ leapp --version @noovolari/leapp-cli/0.1.13 darwin-x64 node-v16.15.0 ```
@andreacavagna01 it would be nice too if this command can be run as soon as we install the leapp-cli without having to create the idp-url or profile. I'd we provide...
Thanks @josemiguel. I did the following and it worked for me. ``` sudo ln -s /opt/homebrew/bin/aws /usr/local/bin/aws sudo ln -s /opt/homebrew/bin/session-manager-plugin /usr/local/bin/session-manager-plugin ```
Some digging through the code... It seems like it's trying to guess the absolute path of the binaries instead of relying on the `$PATH` of the default shell to resolve...
Related PR https://github.com/Noovolari/leapp/pull/219
Thanks for the comment. Unfortunately that link will only show recent notifications. There isn't an easy way in github to show past notifications.
Such as ones that are older than a week. Kind of like how you can login to your email and once you read your email, it doesn't vanish after a...
Mind blown https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-security-groups > You can have 60 inbound and 60 outbound rules per security group (making a total of 120 rules). This limit is enforced separately for IPv4 rules...