@@ -56,7 +56,7 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
56
56
bundlingWithRN : 'Bundling with react-native: {{version}}' ,
57
57
fileGenerated : '{{file}} generated.' ,
58
58
processingError : 'Error processing file: {{error}}' ,
59
- usageDiff : 'Usage: pushy {{command}} <origin> <next>' ,
59
+ usageDiff : 'Usage: cresc {{command}} <origin> <next>' ,
60
60
pluginDetected : 'detected {{name}} plugin' ,
61
61
pluginDetectionError : 'error while detecting {{name}} plugin: {{error}}' ,
62
62
addedToGitignore : 'Added {{line}} to .gitignore' ,
@@ -67,12 +67,12 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
67
67
failedToParseIcon : '[Warning] failed to parse icon: {{error}}' ,
68
68
errorInHarmonyApp : 'Error in getEntryFromHarmonyApp: {{error}}' ,
69
69
totalPackages : 'Total {{count}} packages' ,
70
- usageUploadIpa : 'Usage: pushy uploadIpa <ipa file>' ,
71
- usageUploadApk : 'Usage: pushy uploadApk <apk file>' ,
72
- usageUploadApp : 'Usage: pushy uploadApp <app file>' ,
73
- usageParseApp : 'Usage: pushy parseApp <app file>' ,
74
- usageParseIpa : 'Usage: pushy parseIpa <ipa file>' ,
75
- usageParseApk : 'Usage: pushy parseApk <apk file>' ,
70
+ usageUploadIpa : 'Usage: cresc uploadIpa <ipa file>' ,
71
+ usageUploadApk : 'Usage: cresc uploadApk <apk file>' ,
72
+ usageUploadApp : 'Usage: cresc uploadApp <app file>' ,
73
+ usageParseApp : 'Usage: cresc parseApp <app file>' ,
74
+ usageParseIpa : 'Usage: cresc parseIpa <ipa file>' ,
75
+ usageParseApk : 'Usage: cresc parseApk <apk file>' ,
76
76
offset : 'Offset {{offset}}' ,
77
77
packageUploadSuccess : 'Successfully uploaded new hot update package (id: {{id}})' ,
78
78
rolloutRangeError : 'rollout must be an integer between 1-100' ,
0 commit comments