@supacloud/admin 0.1.0
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 +32 -0
- package/dist/cpufeatures-wnff00f3.node +0 -0
- package/dist/index.js +24198 -0
- package/dist/sshcrypto-wdhh08yn.node +0 -0
- package/package.json +41 -0
package/README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# @supacloud/admin
|
|
2
|
+
|
|
3
|
+
Platform administration CLI for SupaCloud operators.
|
|
4
|
+
|
|
5
|
+
`supacloud-admin` is intended for server installation, SSH diagnostics, tenant runtime management, and platform-wide project administration.
|
|
6
|
+
|
|
7
|
+
Typical environment variables:
|
|
8
|
+
|
|
9
|
+
- `SUPACLOUD_HOST`
|
|
10
|
+
- `SUPACLOUD_SSH_KEY` or `SUPACLOUD_SSH_PASS`
|
|
11
|
+
- `SUPACLOUD_API_URL`
|
|
12
|
+
- `SUPACLOUD_API_TOKEN`
|
|
13
|
+
|
|
14
|
+
Examples:
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npx @supacloud/admin status
|
|
18
|
+
npx @supacloud/admin ssh ping
|
|
19
|
+
npx @supacloud/admin ssh diagnose
|
|
20
|
+
npx @supacloud/admin project create --name my-app
|
|
21
|
+
npx @supacloud/admin project list
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Project commands owned by this CLI:
|
|
25
|
+
|
|
26
|
+
- `project list`
|
|
27
|
+
- `project create`
|
|
28
|
+
- `project delete`
|
|
29
|
+
- `project pause`
|
|
30
|
+
- `project restore`
|
|
31
|
+
- `project restart`
|
|
32
|
+
- `project update_settings`
|
|
Binary file
|