@thermai/flightdeck-cli 0.1.0-pilot.1 → 0.1.0-pilot.2
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 +10 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,20 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Install the command-line client, authorize it through the Flightdeck portal,
|
|
4
4
|
then submit and inspect GPU jobs. No npm account is required to install the
|
|
5
|
-
|
|
5
|
+
public package. A provisioned Flightdeck account is required to use the
|
|
6
6
|
service; downloading the CLI does not create an account or grant compute credit.
|
|
7
7
|
|
|
8
8
|
## Release status
|
|
9
9
|
|
|
10
|
-
The
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
package is already on npm.
|
|
10
|
+
The package is `@thermai/flightdeck-cli`. The first pilot, `0.1.0-pilot.1`, was
|
|
11
|
+
published manually on 5 September 2026 and its anonymous install was verified.
|
|
12
|
+
This revision prepares `0.1.0-pilot.2` to qualify GitHub Actions trusted
|
|
13
|
+
publishing; it is not published merely by merging the version change. The
|
|
14
|
+
installation command below targets that candidate once its release completes.
|
|
15
|
+
Proprietary terms in `LICENSE` permit redistribution of unchanged official
|
|
16
|
+
releases. Internal service qualification is still in progress; package
|
|
17
|
+
availability does not open partner onboarding.
|
|
19
18
|
|
|
20
19
|
## Installation and login
|
|
21
20
|
|
|
@@ -23,7 +22,7 @@ Requires Node.js 22 and npm. Use a user-owned Node installation or npm prefix;
|
|
|
23
22
|
the CLI does not require administrator/root privileges.
|
|
24
23
|
|
|
25
24
|
```sh
|
|
26
|
-
npm install -g @thermai/flightdeck-cli@0.1.0-pilot.
|
|
25
|
+
npm install -g @thermai/flightdeck-cli@0.1.0-pilot.2
|
|
27
26
|
flightdeck login
|
|
28
27
|
```
|
|
29
28
|
|