mage-remote-run 0.8.0 → 0.9.0

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.
@@ -27,7 +27,14 @@ program
27
27
  subcommandDescription: (cmd) => chalk.gray(cmd.description()),
28
28
  optionTerm: (option) => chalk.yellow(option.flags),
29
29
  optionDescription: (option) => chalk.gray(option.description)
30
- });
30
+ })
31
+ .addHelpText('before', chalk.hex('#FFA500')(`
32
+ _ __ ___ __ _ __ _ ___ _ __ ___ _ __ ___ ___ | |_ ___ _ __ _ _ _ __
33
+ | '_ \` _ \\ / _\` |/ _\` |/ _ \\____| '__/ _ \\ '_ \` _ \\ / _ \\| __/ _ \\____| '__| | | | '_ \\
34
+ | | | | | | (_| | (_| | __/____| | | __/ | | | | | (_) | || __/____| | | |_| | | | |
35
+ |_| |_| |_|\\__,_|\\__, |\\___| |_| \\___|_| |_| |_|\\___/ \\__\\___| |_| \\__,_|_| |_|
36
+ |___/
37
+ `));
31
38
 
32
39
 
33
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mage-remote-run",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "The remote swiss army knife for Magento Open Source, Mage-OS, Adobe Commerce",
5
5
  "main": "index.js",
6
6
  "scripts": {