File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -69,22 +69,8 @@ This installs the `aspect` command and also links it to `bazel`, just like the [
69
69
70
70
Aspect CLI can be installed in an existing Bazel workspace using [ Bazelisk] .
71
71
72
- > [ !NOTE]
73
- > This approach doesn't provide the ` aspect init ` command, which has to run outside a Bazel workspace.
74
-
75
- Configure [ Bazelisk] ( https://github.com/bazelbuild/bazelisk ) to use the Aspect CLI for all developers in a repository
76
- by adding the following to \` .bazeliskrc\` in the repository root:
77
-
78
- ```
79
- BAZELISK_BASE_URL=https://static.aspect.build/aspect
80
- USE_BAZEL_VERSION=aspect/xxxx.x.x
81
- ```
82
-
83
- Check the Aspect CLI [ Homebrew formula] ( https://github.com/aspect-build/homebrew-aspect/blob/main/Formula/aspect.rb ) for
84
- latest version of Aspect CLI.
85
-
86
- > [ !NOTE]
87
- > An Aspect CLI releases page with release notes and past releases is coming soon.
72
+ From the [ releases page] ( https://docs.aspect.build/cli/releases/ ) ,
73
+ copy the ` .bazeliskrc ` snippet into your ` .bazeliskrc ` file to install Aspect CLI OSS for all developers in the target repository.
88
74
89
75
The underlying version of Bazel can be configured in your ` .bazelversion ` file or the ` BAZEL_VERSION ` environment variable.
90
76
You can’t perform that action at this time.
0 commit comments