feat: add docs command It opens the documentation you request in a browser. aspect docs -> open docs.bazel.build aspect docs query-how-to -> https://docs.bazel.build/versions/main/query-how-to.html aspect docs rules_nodejs -> https://docs.aspect.dev/rules_nodejs
This is the frontend for the Aspect build tool. It is currently just a wrapper around bazelisk or bazel, meant to install in tools/bazel.
In the future, we might totally replace the bazel C++ client, and this tool would be a gRPC client of the bazel server.
I can find that Aspect is an easier-to-use wrapper and feel motivated and comfortable to try it immediately.
From aspect.build/install I quickly pick an Installation option, and am guided through to successful install.
The first time I run aspect in interactive mode,
bazelbazel buildbazel test