Skip to content

LuCLI: update Homebrew formula for LuCLI Issue #1945 #1945

@bpamiri

Description

@bpamiri

Repo: wheels-dev/homebrew-wheels

Current formula creates a bash wrapper that calls box wheels "$@". Change to use LuCLI:

```ruby
depends_on "lucli" # was: depends_on "commandbox"

post_install: install wheels module

system bin/"lucli", "modules", "install", "wheels",
"--url", "https://github.com/wheels-dev/wheels/archive/refs/heads/develop.tar.gz"
```

The `wheels` command stays identical for users. CommandBox continues to work for existing users.

Part of #1942

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions