@ampcode/cli 0.0.1778572526-g421eee → 0.0.1778577695-g97a828
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Amp CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
We recommend installing Amp CLI using the steps in the [Amp Owner's Manual](https://ampcode.com/manual). This npm package can be used by enterprises that want to manage distribution of the Amp CLI through internal package archives.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
```bash
|
|
6
|
+
npm install -g @ampcode/cli
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
This package contains prebuilt binaries for the Amp CLI for various platforms. The prior package name was `@sourcegraph/amp`; that package name still works for backwards compatibility for the time being.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ampcode/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1778577695-g97a828",
|
|
4
4
|
"description": "CLI for Amp, the frontier coding agent.",
|
|
5
5
|
"homepage": "https://ampcode.com/",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"postinstall": "node install.cjs"
|
|
13
13
|
},
|
|
14
14
|
"optionalDependencies": {
|
|
15
|
-
"@ampcode/cli-darwin-arm64": "0.0.
|
|
16
|
-
"@ampcode/cli-darwin-x64": "0.0.
|
|
17
|
-
"@ampcode/cli-linux-arm64": "0.0.
|
|
18
|
-
"@ampcode/cli-linux-x64": "0.0.
|
|
19
|
-
"@ampcode/cli-win32-x64": "0.0.
|
|
15
|
+
"@ampcode/cli-darwin-arm64": "0.0.1778577695-g97a828",
|
|
16
|
+
"@ampcode/cli-darwin-x64": "0.0.1778577695-g97a828",
|
|
17
|
+
"@ampcode/cli-linux-arm64": "0.0.1778577695-g97a828",
|
|
18
|
+
"@ampcode/cli-linux-x64": "0.0.1778577695-g97a828",
|
|
19
|
+
"@ampcode/cli-win32-x64": "0.0.1778577695-g97a828"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"bin/amp.exe",
|