shipthis 0.1.43 → 0.1.45

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 (92) hide show
  1. package/README.md +16 -43
  2. package/dist/{AppleBundleIdDetails-bMqPqmP0.js → AppleBundleIdDetails-Cx8k-rYB.js} +5 -6
  3. package/dist/{Command-cqn3WLlP.js → Command-B2Qnw47r.js} +3 -4
  4. package/dist/{CommandGame-DMQT0sL_.js → CommandGame-C23_F55i.js} +2 -2
  5. package/dist/{Create-Cs9HG9xO.js → Create-BxNeKc2r.js} +2 -2
  6. package/dist/{GameStatus-lv2SW-6H.js → GameStatus-repzSNId.js} +2 -2
  7. package/dist/{Import-DOQrR8wW.js → Import-D6J9b-XO.js} +4 -5
  8. package/dist/{JobLogTail-CWYxQTq4.js → JobLogTail-CJWxpIq5.js} +4 -5
  9. package/dist/{JobProgress-B07Y2FLb.js → JobProgress-CISmKMuD.js} +3 -4
  10. package/dist/{JobStatusTable-B0A1z1zq.js → JobStatusTable-BEOu5MgG.js} +4 -5
  11. package/dist/{ProjectCredentialsTable-CyJ7o8yD.js → ProjectCredentialsTable-DR11Mn7W.js} +3 -4
  12. package/dist/{UserCredentialsTable-C8_skPFY.js → UserCredentialsTable-db4Xb8HC.js} +3 -4
  13. package/dist/{baseAppleCommand-Cfoy8Tx_.js → baseAppleCommand-YzhCAdUY.js} +1 -1
  14. package/dist/{baseCommand-B23l0hCp.js → baseCommand-ClUdS6Cn.js} +124 -24
  15. package/dist/{baseGameAndroidCommand-Dh4xXVW1.js → baseGameAndroidCommand-LdDRof_I.js} +2 -2
  16. package/dist/{baseGameCommand-P7Vyz2vZ.js → baseGameCommand-DQ6Wj-Pk.js} +43 -44
  17. package/dist/commands/apiKey/create.js +3 -4
  18. package/dist/commands/apiKey/list.js +3 -4
  19. package/dist/commands/apiKey/revoke.js +3 -4
  20. package/dist/commands/apple/apiKey/create.js +7 -8
  21. package/dist/commands/apple/apiKey/delete.js +5 -6
  22. package/dist/commands/apple/apiKey/export.js +6 -7
  23. package/dist/commands/apple/apiKey/import.js +6 -7
  24. package/dist/commands/apple/apiKey/status.js +5 -6
  25. package/dist/commands/apple/certificate/create.js +7 -8
  26. package/dist/commands/apple/certificate/delete.js +5 -6
  27. package/dist/commands/apple/certificate/export.js +6 -7
  28. package/dist/commands/apple/certificate/import.js +6 -7
  29. package/dist/commands/apple/certificate/status.js +5 -6
  30. package/dist/commands/apple/login.js +3 -4
  31. package/dist/commands/apple/status.js +4 -5
  32. package/dist/commands/dashboard.js +2 -3
  33. package/dist/commands/game/android/apiKey/connect.js +8 -9
  34. package/dist/commands/game/android/apiKey/create.js +11 -12
  35. package/dist/commands/game/android/apiKey/delete.js +5 -6
  36. package/dist/commands/game/android/apiKey/export.js +7 -8
  37. package/dist/commands/game/android/apiKey/import.js +7 -8
  38. package/dist/commands/game/android/apiKey/invite.js +3 -4
  39. package/dist/commands/game/android/apiKey/policy.js +3 -4
  40. package/dist/commands/game/android/apiKey/status.js +7 -8
  41. package/dist/commands/game/android/keyStore/create.js +8 -9
  42. package/dist/commands/game/android/keyStore/delete.js +5 -6
  43. package/dist/commands/game/android/keyStore/export.js +6 -7
  44. package/dist/commands/game/android/keyStore/import.js +9 -10
  45. package/dist/commands/game/android/keyStore/status.js +6 -7
  46. package/dist/commands/game/android/status.js +3 -4
  47. package/dist/commands/game/build/download.js +3 -4
  48. package/dist/commands/game/build/list.js +5 -6
  49. package/dist/commands/game/create.js +3 -4
  50. package/dist/commands/game/details.js +4 -5
  51. package/dist/commands/game/export.js +2 -3
  52. package/dist/commands/game/ios/app/addTester.js +5 -6
  53. package/dist/commands/game/ios/app/create.js +4 -5
  54. package/dist/commands/game/ios/app/status.js +7 -8
  55. package/dist/commands/game/ios/app/sync.js +5 -6
  56. package/dist/commands/game/ios/profile/create.js +10 -9
  57. package/dist/commands/game/ios/profile/delete.js +5 -6
  58. package/dist/commands/game/ios/profile/export.js +6 -7
  59. package/dist/commands/game/ios/profile/import.js +6 -7
  60. package/dist/commands/game/ios/profile/status.js +7 -8
  61. package/dist/commands/game/ios/status.js +9 -10
  62. package/dist/commands/game/ios/wizard.js +3 -4
  63. package/dist/commands/game/job/list.js +3 -4
  64. package/dist/commands/game/job/status.js +6 -7
  65. package/dist/commands/game/list.js +3 -4
  66. package/dist/commands/game/ship.js +8 -9
  67. package/dist/commands/game/status.js +6 -7
  68. package/dist/commands/game/wizard.js +16 -17
  69. package/dist/commands/internal/fastlane.js +3 -4
  70. package/dist/commands/internal/readme.js +4 -4
  71. package/dist/commands/login.js +2 -3
  72. package/dist/commands/status.js +4 -5
  73. package/dist/commands/util/android-build-method.js +3 -4
  74. package/dist/commands/util/glass.js +2 -3
  75. package/dist/{export-BOuZFMT3.js → export-Dq53OG06.js} +1 -1
  76. package/dist/{import-P4KcAuAO.js → import-CPAFgZO5.js} +1 -1
  77. package/dist/{index-AUjBYrSG.js → index-B-5yl-9h.js} +5 -6
  78. package/dist/{index-DMosmqi2.js → index-BMdQLpAh.js} +1 -1
  79. package/dist/{index-BmRSqi8U.js → index-ZQyiwS8O.js} +5 -6
  80. package/dist/{upload-BvNeNQXc.js → upload-BfWRd6ss.js} +1 -1
  81. package/dist/{useAppleApp-fD92orhh.js → useAppleApp-BZ1YvB2M.js} +1 -1
  82. package/dist/{useAppleBundleId-oONHtYgg.js → useAppleBundleId-CVBg5V7b.js} +1 -1
  83. package/dist/{useAppleProfiles-aMy844nZ.js → useAppleProfiles-BPZwJoCh.js} +2 -3
  84. package/dist/{useGoogleStatus-rBDZt9tw.js → useGoogleStatus-TpGFvpk5.js} +2 -2
  85. package/dist/{useProjectCredentials-DLYLMlJh.js → useProjectCredentials-Dv0DF2rA.js} +2 -2
  86. package/dist/{useWebSocket-Bvq2Wf7I.js → useWebSocket-Bj5fQveo.js} +1 -1
  87. package/docs/README.md +1 -0
  88. package/docs/autocomplete.md +64 -0
  89. package/docs/game/ios/app.md +11 -14
  90. package/npm-shrinkwrap.json +4629 -1903
  91. package/oclif.manifest.json +1 -1
  92. package/package.json +33 -17
@@ -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
+ [![asciicast](https://asciinema.org/a/9OwiCgE62Wh5fxyJ.svg)](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
+ ```
@@ -94,24 +94,21 @@ EXAMPLES
94
94
 
95
95
  #### Description
96
96
 
97
- Synchronies the Apple App "BundleId" with the capabilities from the local project.
97
+ Synchronizes the Apple App **Bundle ID** with the capabilities defined in your Godot iOS export preset.
98
98
 
99
- This command will read your **export_presets.cfg** file and determine which capabilities
100
- to enable in the Apple Developer Portal.
99
+ This command reads your **export_presets.cfg** (iOS preset) and enables or disables the corresponding capabilities on the Bundle ID in the Apple Developer Portal.
101
100
 
102
- Currently, only the following permissions are supported:
101
+ **Godot options that are synced**
103
102
 
104
- - **Access WiFi**
105
- - **Push Notifications**
103
+ | Godot option | Synced as | Notes |
104
+ | --- | --- | --- |
105
+ | capabilities/access_wifi | [Access WiFi](https://developer.apple.com/documentation/bundleresources/entitlements) | |
106
+ | entitlements/increased_memory_limit | [Increased Memory Limit](https://developer.apple.com/documentation/bundleresources/entitlements/com.apple.developer.kernel.increased-memory-limit) | |
107
+ | entitlements/game_center | [Game Center](https://developer.apple.com/documentation/bundleresources/entitlements/com.apple.developer.game-center) | |
108
+ | entitlements/push_notifications | [Push Notifications](https://developer.apple.com/documentation/bundleresources/entitlements/aps-environment) | Production or Development; or legacy **capabilities/push_notifications** (true). Sets aps-environment / APNS. |
109
+ | entitlements/additional | [Entitlements](https://developer.apple.com/documentation/bundleresources/entitlements) (parsed) | Known entitlement keys (e.g. `com.apple.developer.applesignin` for Sign in with Apple) are synced. Unknown keys remain in your app’s entitlements only. |
106
110
 
107
- :::warning
108
-
109
- If your game uses other capabilities or if you are using plugins to enable certain
110
- features such as **GPS** or **file access**, please get in touch so that we can work with you.
111
-
112
- **ShipThis is still in beta and we need your help to improve it.**
113
-
114
- :::
111
+ **Not synced:** Other export options (e.g. `capabilities/additional`, `capabilities/performance_gaming_tier`) only affect the exported app; they are not synced to the Bundle ID.
115
112
 
116
113
  :::tip
117
114
  You do not need to have an **export_presets.cfg** file in your game directory.