nexusapp-cli 1.2.4 → 1.2.5
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# NEXUS AI CLI
|
|
1
|
+
nexusapp-cli# NEXUS AI CLI
|
|
2
2
|
|
|
3
3
|
Deploy, manage, and monitor cloud applications from the terminal.
|
|
4
4
|
|
|
5
5
|
```
|
|
6
|
-
npm install -g @
|
|
6
|
+
npm install -g @nexusapp-cli
|
|
7
7
|
nexus login
|
|
8
8
|
nexus deploy source --repo https://github.com/you/app --name my-app --provider gcp_cloud_run
|
|
9
9
|
```
|
|
@@ -11,7 +11,7 @@ nexus deploy source --repo https://github.com/you/app --name my-app --provider g
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npm install -g @
|
|
14
|
+
npm install -g @nexusapp-cli
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
Requires Node.js 18 or later.
|
|
@@ -333,7 +333,7 @@ jobs:
|
|
|
333
333
|
runs-on: ubuntu-latest
|
|
334
334
|
steps:
|
|
335
335
|
- name: Install NEXUS AI CLI
|
|
336
|
-
run: npm install -g @
|
|
336
|
+
run: npm install -g @nexusapp-cli
|
|
337
337
|
|
|
338
338
|
- name: Deploy
|
|
339
339
|
run: nexus deploy redeploy ${{ secrets.NEXUSAI_DEPLOYMENT_ID }} --yes
|
|
@@ -371,7 +371,7 @@ These flags work on any command:
|
|
|
371
371
|
### First deploy
|
|
372
372
|
|
|
373
373
|
```bash
|
|
374
|
-
npm install -g @
|
|
374
|
+
npm install -g @nexusapp-cli
|
|
375
375
|
nexus login
|
|
376
376
|
nexus deploy source \
|
|
377
377
|
--repo https://github.com/you/app \
|