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
feat(chore): support arc as an additional CLI entry point (#2269)
* feat(chore): support arc as an additional CLI entry point
GH-2268
* docs(cli): add the entry point through arc
GH-2268
* docs(cli): add the arc entry point
GH-2268
* docs(cli): add the 'arc' entry point of CLI
GH-2268
* docs(cli): add the 'arc' entry point of CLI
GH-2268
Copy file name to clipboardExpand all lines: packages/cli/README.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,33 +9,40 @@ To install sourceloop-cli, run
9
9
```shell
10
10
npm install @sourceloop/cli
11
11
```
12
+
Once the above command is executed, you will be able to access the CLI commands directly from your terminal. You can use either `sl` or `arc` as shorthand to run any of the `sourceloop` commands listed below. A sample usage is provided for reference:
12
13
13
14
## Usage
14
15
15
16
<!-- usage -->
16
17
```sh-session
17
18
$ npm install -g @sourceloop/cli
18
-
$ sl COMMAND
19
+
$ sl COMMAND or arc COMMAND
19
20
running command...
20
-
$ sl (-v|--version|version)
21
+
$ sl (-v|--version|version) or arc (-v|--version|version)
0 commit comments