@ampcode/cli 0.0.1778617350-g19dbc6 → 0.0.1778617773-g0117c2
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Amp CLI
|
|
2
2
|
|
|
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.
|
|
3
|
+
We recommend installing the 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
6
|
npm install -g @ampcode/cli
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ampcode/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1778617773-g0117c2",
|
|
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.1778617773-g0117c2",
|
|
16
|
+
"@ampcode/cli-darwin-x64": "0.0.1778617773-g0117c2",
|
|
17
|
+
"@ampcode/cli-linux-arm64": "0.0.1778617773-g0117c2",
|
|
18
|
+
"@ampcode/cli-linux-x64": "0.0.1778617773-g0117c2",
|
|
19
|
+
"@ampcode/cli-win32-x64": "0.0.1778617773-g0117c2"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"bin/amp.exe",
|