shipthis 0.1.42 → 0.1.44
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 +20 -7
- package/dist/{AppleBundleIdDetails-jDq3gYbk.js → AppleBundleIdDetails-DSTNVuCE.js} +7 -7
- package/dist/{Command-cVo97lkQ.js → Command-CUAYljjP.js} +5 -5
- package/dist/{CommandGame-BwudtYCO.js → CommandGame-DpCdhjIa.js} +2 -2
- package/dist/{Create-By4NsPEI.js → Create-CrvCt5uP.js} +4 -3
- package/dist/{GameStatus-C59zQE1H.js → GameStatus-4GPzUgCD.js} +3 -3
- package/dist/{Import-DTcVM-T-.js → Import-BXH6fSxe.js} +6 -6
- package/dist/{JobLogTail-BzisGkY8.js → JobLogTail-CNw7TQdK.js} +6 -6
- package/dist/{JobProgress-DAnhaTho.js → JobProgress-BbklmvdG.js} +140 -26
- package/dist/{JobStatusTable-BYEi8dtD.js → JobStatusTable-L4wAk8Ns.js} +4 -6
- package/dist/{ProjectCredentialsTable-NZf3V39z.js → ProjectCredentialsTable-BfMmJ7AU.js} +5 -5
- package/dist/{UserCredentialsTable-Dp884nYO.js → UserCredentialsTable-081xdlb9.js} +5 -5
- package/dist/{baseAppleCommand-DewNWX3L.js → baseAppleCommand-DDQU5PTs.js} +1 -1
- package/dist/{baseCommand-CscxrTMI.js → baseCommand-CdsX3LS8.js} +7 -18
- package/dist/{baseGameAndroidCommand-CEcDz5P2.js → baseGameAndroidCommand-CAQVvU3i.js} +2 -2
- package/dist/{baseGameCommand-BKvHM3h_.js → baseGameCommand-CCyAhN-V.js} +4 -4
- package/dist/commands/apiKey/create.js +5 -5
- package/dist/commands/apiKey/list.js +5 -5
- package/dist/commands/apiKey/revoke.js +5 -5
- package/dist/commands/apple/apiKey/create.js +9 -9
- package/dist/commands/apple/apiKey/delete.js +7 -7
- package/dist/commands/apple/apiKey/export.js +8 -8
- package/dist/commands/apple/apiKey/import.js +8 -8
- package/dist/commands/apple/apiKey/status.js +7 -7
- package/dist/commands/apple/certificate/create.js +9 -9
- package/dist/commands/apple/certificate/delete.js +7 -7
- package/dist/commands/apple/certificate/export.js +8 -8
- package/dist/commands/apple/certificate/import.js +8 -8
- package/dist/commands/apple/certificate/status.js +7 -7
- package/dist/commands/apple/login.js +5 -5
- package/dist/commands/apple/status.js +6 -6
- package/dist/commands/dashboard.js +4 -4
- package/dist/commands/game/android/apiKey/connect.js +10 -10
- package/dist/commands/game/android/apiKey/create.js +13 -13
- package/dist/commands/game/android/apiKey/delete.js +7 -7
- package/dist/commands/game/android/apiKey/export.js +9 -9
- package/dist/commands/game/android/apiKey/import.js +9 -9
- package/dist/commands/game/android/apiKey/invite.js +5 -5
- package/dist/commands/game/android/apiKey/policy.js +5 -5
- package/dist/commands/game/android/apiKey/status.js +9 -9
- package/dist/commands/game/android/keyStore/create.js +10 -10
- package/dist/commands/game/android/keyStore/delete.js +7 -7
- package/dist/commands/game/android/keyStore/export.js +8 -8
- package/dist/commands/game/android/keyStore/import.js +11 -11
- package/dist/commands/game/android/keyStore/status.js +8 -8
- package/dist/commands/game/android/status.js +5 -5
- package/dist/commands/game/build/download.js +5 -5
- package/dist/commands/game/build/list.js +7 -7
- package/dist/commands/game/create.js +5 -5
- package/dist/commands/game/details.js +6 -6
- package/dist/commands/game/export.js +4 -4
- package/dist/commands/game/ios/app/addTester.js +7 -7
- package/dist/commands/game/ios/app/create.js +6 -6
- package/dist/commands/game/ios/app/status.js +9 -9
- package/dist/commands/game/ios/app/sync.js +7 -7
- package/dist/commands/game/ios/profile/create.js +9 -9
- package/dist/commands/game/ios/profile/delete.js +7 -7
- package/dist/commands/game/ios/profile/export.js +8 -8
- package/dist/commands/game/ios/profile/import.js +8 -8
- package/dist/commands/game/ios/profile/status.js +9 -9
- package/dist/commands/game/ios/status.js +11 -11
- package/dist/commands/game/ios/wizard.js +5 -5
- package/dist/commands/game/job/list.js +5 -5
- package/dist/commands/game/job/status.js +8 -8
- package/dist/commands/game/list.js +5 -5
- package/dist/commands/game/ship.js +10 -10
- package/dist/commands/game/status.js +8 -8
- package/dist/commands/game/wizard.js +17 -17
- package/dist/commands/internal/fastlane.js +5 -5
- package/dist/commands/internal/readme.js +6 -5
- package/dist/commands/login.js +4 -4
- package/dist/commands/status.js +6 -6
- package/dist/commands/util/android-build-method.js +5 -5
- package/dist/commands/util/glass.js +4 -4
- package/dist/{export-DBQHSKU-.js → export-4rGFZrzT.js} +1 -1
- package/dist/{import-Bk4w8kks.js → import-C9i4RAW6.js} +1 -1
- package/dist/{index-WrVwh6le.js → index-B-7dXz3a.js} +7 -7
- package/dist/{index-zdIBXHs2.js → index-CQKTbsum.js} +7 -7
- package/dist/{index-qOGviaGc.js → index-DBy7ImFs.js} +1 -1
- package/dist/{upload-CeRPHRCP.js → upload-DWm3upu4.js} +1 -1
- package/dist/{useAppleApp-DgZH0CBS.js → useAppleApp-B0I5eZYx.js} +1 -1
- package/dist/{useAppleBundleId-CA7Pg4Hi.js → useAppleBundleId-D4Uk-B7k.js} +1 -1
- package/dist/{useAppleProfiles-CUBTPbcC.js → useAppleProfiles-YAcyvQa0.js} +4 -4
- package/dist/{useGoogleStatus-DpPwKmw_.js → useGoogleStatus-CMZyzdD6.js} +2 -2
- package/dist/{useProjectCredentials-rQLm2O1J.js → useProjectCredentials-8rTRb2Y7.js} +2 -2
- package/dist/{useWebSocket-PU55rRGt.js → useWebSocket-CFc1M_mq.js} +1 -1
- package/docs/README.md +1 -0
- package/docs/autocomplete.md +64 -0
- package/npm-shrinkwrap.json +279 -375
- package/oclif.manifest.json +1 -1
- package/package.json +21 -8
|
@@ -12,18 +12,18 @@ import 'readline-sync';
|
|
|
12
12
|
import 'luxon';
|
|
13
13
|
import 'axios';
|
|
14
14
|
import 'isomorphic-git';
|
|
15
|
-
import {
|
|
15
|
+
import { a3 as getShortAuthRequiredUrl, a7 as getGoogleAuthUrl, W as WEB_URL } from './baseCommand-CdsX3LS8.js';
|
|
16
16
|
import '@oclif/core';
|
|
17
17
|
import '@tanstack/react-query';
|
|
18
|
-
import 'crypto-js';
|
|
19
|
-
import 'uuid';
|
|
20
18
|
import 'fast-glob';
|
|
21
|
-
import '
|
|
19
|
+
import 'uuid';
|
|
22
20
|
import 'socket.io-client';
|
|
23
|
-
import { u as useGoogleStatus } from './useGoogleStatus-
|
|
24
|
-
import { u as useWebSocket } from './useWebSocket-
|
|
21
|
+
import { u as useGoogleStatus } from './useGoogleStatus-CMZyzdD6.js';
|
|
22
|
+
import { u as useWebSocket } from './useWebSocket-CFc1M_mq.js';
|
|
25
23
|
import 'fullscreen-ink';
|
|
26
|
-
import { i as GameContext,
|
|
24
|
+
import { i as GameContext, t as useSafeInput, M as Markdown } from './baseGameCommand-CCyAhN-V.js';
|
|
25
|
+
import 'stream';
|
|
26
|
+
import 'yazl';
|
|
27
27
|
import 'string-length';
|
|
28
28
|
import 'strip-ansi';
|
|
29
29
|
import '@inkjs/ui';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
|
-
import { p as API_URL, q as getAuthedHeaders, H as castArrayObjectDates } from './baseCommand-
|
|
2
|
+
import { p as API_URL, q as getAuthedHeaders, H as castArrayObjectDates } from './baseCommand-CdsX3LS8.js';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
|
|
5
5
|
async function getUserCredentials(pageSize = 100) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
|
-
import { p as API_URL, q as getAuthedHeaders } from './baseCommand-
|
|
2
|
+
import { p as API_URL, q as getAuthedHeaders } from './baseCommand-CdsX3LS8.js';
|
|
3
3
|
|
|
4
4
|
async function getNewUploadTicket(projectId = null) {
|
|
5
5
|
const url = projectId ? `${API_URL}/projects/${projectId}/credentials/url` : `${API_URL}/credentials/url`;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useQuery } from '@tanstack/react-query';
|
|
2
|
-
import { e as BundleId, r as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, t as CapabilityType } from './baseCommand-
|
|
2
|
+
import { e as BundleId, r as getGodotProjectCapabilities, P as Platform, G as GODOT_CAPABILITIES, t as CapabilityType } from './baseCommand-CdsX3LS8.js';
|
|
3
3
|
|
|
4
4
|
async function getBundleIdCapabilities(bundleId) {
|
|
5
5
|
const current = await bundleId.getBundleIdCapabilitiesAsync();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useQuery } from '@tanstack/react-query';
|
|
2
2
|
import { DateTime } from 'luxon';
|
|
3
|
-
import { c as getShortDate, n as Profile, o as ProfileType } from './baseCommand-
|
|
3
|
+
import { c as getShortDate, n as Profile, o as ProfileType } from './baseCommand-CdsX3LS8.js';
|
|
4
4
|
import 'node:crypto';
|
|
5
5
|
import 'node:fs';
|
|
6
6
|
import 'node:path';
|
|
@@ -11,13 +11,13 @@ import 'axios';
|
|
|
11
11
|
import 'isomorphic-git';
|
|
12
12
|
import '@oclif/core';
|
|
13
13
|
import 'react';
|
|
14
|
-
import 'crypto-js';
|
|
15
|
-
import 'uuid';
|
|
16
14
|
import 'fast-glob';
|
|
17
|
-
import '
|
|
15
|
+
import 'uuid';
|
|
18
16
|
import 'socket.io-client';
|
|
19
17
|
import 'fullscreen-ink';
|
|
20
18
|
import 'ink';
|
|
19
|
+
import 'stream';
|
|
20
|
+
import 'yazl';
|
|
21
21
|
|
|
22
22
|
async function queryAppleProfiles({ ctx }) {
|
|
23
23
|
const appleProfiles = await Profile.getAsync(ctx, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useQuery } from '@tanstack/react-query';
|
|
2
|
-
import { O as getGoogleStatus } from './baseCommand-
|
|
3
|
-
import { k as cacheKeys } from './baseGameCommand-
|
|
2
|
+
import { O as getGoogleStatus } from './baseCommand-CdsX3LS8.js';
|
|
3
|
+
import { k as cacheKeys } from './baseGameCommand-CCyAhN-V.js';
|
|
4
4
|
|
|
5
5
|
const useGoogleStatus = () => useQuery({
|
|
6
6
|
queryFn: getGoogleStatus,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useQuery } from '@tanstack/react-query';
|
|
2
2
|
import axios from 'axios';
|
|
3
|
-
import { c as getShortDate, q as getAuthedHeaders, p as API_URL, H as castArrayObjectDates } from './baseCommand-
|
|
4
|
-
import { k as cacheKeys, g as getShortUUID } from './baseGameCommand-
|
|
3
|
+
import { c as getShortDate, q as getAuthedHeaders, p as API_URL, H as castArrayObjectDates } from './baseCommand-CdsX3LS8.js';
|
|
4
|
+
import { k as cacheKeys, g as getShortUUID } from './baseGameCommand-CCyAhN-V.js';
|
|
5
5
|
|
|
6
6
|
async function queryProjectCredentials({
|
|
7
7
|
projectId,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useEffect } from 'react';
|
|
2
2
|
import { io } from 'socket.io-client';
|
|
3
|
-
import { K as WS_URL, L as getAuthToken } from './baseCommand-
|
|
3
|
+
import { K as WS_URL, L as getAuthToken } from './baseCommand-CdsX3LS8.js';
|
|
4
4
|
|
|
5
5
|
function useWebSocket(listeners = []) {
|
|
6
6
|
const log = () => {
|
package/docs/README.md
CHANGED
|
@@ -15,6 +15,7 @@ Begin with our [Quickstart Guide](https://shipth.is/docs/guides/quick-start).
|
|
|
15
15
|
|
|
16
16
|
## Commands
|
|
17
17
|
|
|
18
|
+
- [autocomplete](https://shipth.is/docs/reference/autocomplete) - Set up shell tab-completion for commands, topics, and flags
|
|
18
19
|
- [dashboard](https://shipth.is/docs/reference/dashboard) - Opens the web browser to your shipth.is dashboard
|
|
19
20
|
- [login](https://shipth.is/docs/reference/login) - Signin or create a new account
|
|
20
21
|
- [status](https://shipth.is/docs/reference/status) - Display your overall ShipThis account status
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Command: `autocomplete`
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
|
|
5
|
+
Set up shell tab-completion for ShipThis CLI commands, topics, and flags.
|
|
6
|
+
|
|
7
|
+
:::tip
|
|
8
|
+
Autocomplete is a one-time setup. Once configured, it persists across terminal sessions and automatically covers new commands when you update the CLI.
|
|
9
|
+
:::
|
|
10
|
+
|
|
11
|
+
After running `shipthis autocomplete`, you can press **Tab** to:
|
|
12
|
+
|
|
13
|
+
- **Complete commands** -- type `shipthis g` then Tab to complete to `game`
|
|
14
|
+
- **Complete subcommands** -- type `shipthis game ` then Tab to list all game subcommands
|
|
15
|
+
- **Complete flags** -- type `shipthis login --` then Tab to see available flags
|
|
16
|
+
|
|
17
|
+
Supported shells: **bash**, **zsh**, and **powershell**.
|
|
18
|
+
|
|
19
|
+
## Setup
|
|
20
|
+
|
|
21
|
+
Run the following command and follow the printed instructions for your shell:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
shipthis autocomplete bash
|
|
25
|
+
# or
|
|
26
|
+
shipthis autocomplete zsh
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
After updating the CLI, refresh the autocomplete cache:
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
shipthis autocomplete --refresh-cache
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Example
|
|
36
|
+
|
|
37
|
+
[](https://asciinema.org/a/9OwiCgE62Wh5fxyJ)
|
|
38
|
+
|
|
39
|
+
## Help Output
|
|
40
|
+
|
|
41
|
+
```help
|
|
42
|
+
USAGE
|
|
43
|
+
$ shipthis autocomplete [SHELL] [-r]
|
|
44
|
+
|
|
45
|
+
ARGUMENTS
|
|
46
|
+
SHELL (zsh|bash|powershell) Shell type
|
|
47
|
+
|
|
48
|
+
FLAGS
|
|
49
|
+
-r, --refresh-cache Refresh cache (ignores displaying instructions)
|
|
50
|
+
|
|
51
|
+
DESCRIPTION
|
|
52
|
+
Display autocomplete installation instructions.
|
|
53
|
+
|
|
54
|
+
EXAMPLES
|
|
55
|
+
$ shipthis autocomplete
|
|
56
|
+
|
|
57
|
+
$ shipthis autocomplete bash
|
|
58
|
+
|
|
59
|
+
$ shipthis autocomplete zsh
|
|
60
|
+
|
|
61
|
+
$ shipthis autocomplete powershell
|
|
62
|
+
|
|
63
|
+
$ shipthis autocomplete --refresh-cache
|
|
64
|
+
```
|