@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.
Files changed (2) hide show
  1. package/README.md +10 -11
  2. 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
- planned public package. A provisioned Flightdeck account is required to use the
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 npm publishing pathway is being prepared. The operator has created the
11
- `@thermai` npm organization; the package name is `@thermai/flightdeck-cli`.
12
- The prepared candidate is `0.1.0-pilot.1`, with operator-supplied proprietary
13
- terms in `LICENSE`, amended at the operator's direction to allow redistribution
14
- of unchanged official releases. The operator has approved proceeding with the
15
- internal proving release; publication awaits technical release checks and
16
- completion of publishing setup. The commands
17
- below describe the intended released experience, not an announcement that this
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.1
25
+ npm install -g @thermai/flightdeck-cli@0.1.0-pilot.2
27
26
  flightdeck login
28
27
  ```
29
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thermai/flightdeck-cli",
3
- "version": "0.1.0-pilot.1",
3
+ "version": "0.1.0-pilot.2",
4
4
  "description": "FlightDeck CLI — submit GPU compute jobs",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {