You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Aspect CLI
3
3
sidebar_label: Overview
4
4
---
5
5
6
-
Aspect CLI (`aspect`) is a drop-in replacement for the CLI that comes with [Bazel](http://bazel.build) that adds additional features and extensibility to the popular polyglot build system from Google.
6
+
Aspect CLI (`aspect`) is wrapper for [Bazel], built on top of [Bazelisk], that adds additional features and extensibility to the popular polyglot build system from Google.
7
7
8
8
# Why Aspect CLI?
9
9
@@ -35,19 +35,19 @@ We intend for Aspect CLI to remain free for individuals (only for personal use),
35
35
36
36
### Bazelisk (MacOS / Linux)
37
37
38
-
Aspect CLI OSS can be installed in an existing Bazel workspace using [bazelisk].
38
+
Aspect CLI OSS can be installed in an existing Bazel workspace using [Bazelisk].
39
39
40
40
> [!NOTE]
41
41
> This approach doesn't provide the `aspect init` command, which has to run outside a Bazel workspace.
42
42
43
43
From the [OSS releases page](https://github.com/aspect-build/aspect-cli/releases),
44
-
copy the `.bazeliskrc` snippet into your `.bazeliskrc` file to install Aspect for all developers in the target repository.
44
+
copy the `.bazeliskrc` snippet into your `.bazeliskrc` file to install Aspect CLI OSS for all developers in the target repository.
45
45
46
46
The underlying version of Bazel can be configured in your `.bazelversion` file or the `BAZEL_VERSION` environment variable.
47
47
48
48
### Manual (MacOS / Linux)
49
49
50
-
On any platform, you can download the Aspect CLI OSS `aspect` binary for your platform on our
50
+
On MacOS and Linux, you can download the Aspect CLI OSS `aspect` binary for your platform on our
51
51
[Releases](https://github.com/aspect-build/aspect-cli/releases) page and add it to your `PATH` manually.
52
52
53
53
Note, if you manually install for MacOS, you can bypass the "Unknown Developer" dialog by running
@@ -63,16 +63,16 @@ To install the Aspect CLI on MacOS, you can run
63
63
% brew install aspect-build/aspect/aspect
64
64
```
65
65
66
-
This installs the `aspect` command and also links it to `bazel`, just like the [bazelisk] installer does.
66
+
This installs the `aspect` command and also links it to `bazel`, just like the [Bazelisk] installer does.
67
67
68
68
### Bazelisk (MacOS / Linux)
69
69
70
-
Aspect CLI can be installed in an existing Bazel workspace using [bazelisk].
70
+
Aspect CLI can be installed in an existing Bazel workspace using [Bazelisk].
71
71
72
72
> [!NOTE]
73
73
> This approach doesn't provide the `aspect init` command, which has to run outside a Bazel workspace.
74
74
75
-
Configure [bazelisk](https://github.com/bazelbuild/bazelisk) to use the Aspect CLI for all developers in a repository
75
+
Configure [Bazelisk](https://github.com/bazelbuild/bazelisk) to use the Aspect CLI for all developers in a repository
76
76
by adding the following to \`.bazeliskrc\` in the repository root:
77
77
78
78
```
@@ -126,4 +126,5 @@ Aspect CLI is built by [Aspect](http://aspect.build).
126
126
127
127
See our website at <http://aspect.build> to learn more about our product offerings.
0 commit comments