@@ -56,7 +56,7 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
5656 bundlingWithRN : 'Bundling with react-native: {{version}}' ,
5757 fileGenerated : '{{file}} generated.' ,
5858 processingError : 'Error processing file: {{error}}' ,
59- usageDiff : 'Usage: pushy {{command}} <origin> <next>' ,
59+ usageDiff : 'Usage: cresc {{command}} <origin> <next>' ,
6060 pluginDetected : 'detected {{name}} plugin' ,
6161 pluginDetectionError : 'error while detecting {{name}} plugin: {{error}}' ,
6262 addedToGitignore : 'Added {{line}} to .gitignore' ,
@@ -67,12 +67,12 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
6767 failedToParseIcon : '[Warning] failed to parse icon: {{error}}' ,
6868 errorInHarmonyApp : 'Error in getEntryFromHarmonyApp: {{error}}' ,
6969 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>' ,
7676 offset : 'Offset {{offset}}' ,
7777 packageUploadSuccess : 'Successfully uploaded new hot update package (id: {{id}})' ,
7878 rolloutRangeError : 'rollout must be an integer between 1-100' ,
0 commit comments