@creativeintelligence/abbie 0.1.11 → 0.1.12
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.
|
@@ -89,14 +89,11 @@ If already authenticated, shows current status. Use --force to re-authenticate.`
|
|
|
89
89
|
const authUrl = `${webUrl}/auth/cli?code=${code}`;
|
|
90
90
|
// Logo + auth card
|
|
91
91
|
this.log("");
|
|
92
|
-
this.log(" \x1b[2m
|
|
93
|
-
this.log(" \x1b[2m
|
|
94
|
-
this.log(" \x1b[2m
|
|
95
|
-
this.log(" \x1b[2m
|
|
96
|
-
this.log(" \x1b[2m
|
|
97
|
-
this.log(" \x1b[2m⣿⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿\x1b[0m");
|
|
98
|
-
this.log(" \x1b[2m⣿⣿⡀⠀⠀⠀⠀⣀⣀⠀⠀⠀⠀⢀⣿⣿\x1b[0m");
|
|
99
|
-
this.log(" \x1b[2m⣿⣿⣿⣶⣶⣶⣿⣿⣿⣿⣶⣶⣶⣿⣿⣿\x1b[0m");
|
|
92
|
+
this.log(" \x1b[2m ·░▒▓▓▒░░·░▒▒▓▒░· \x1b[0m");
|
|
93
|
+
this.log(" \x1b[2m·░▓█████▓▓█████▓░·\x1b[0m");
|
|
94
|
+
this.log(" \x1b[2m ·░▓██████████▓░· \x1b[0m \x1b[1mabbie\x1b[0m login");
|
|
95
|
+
this.log(" \x1b[2m ·▓▓██████████▓▒· \x1b[0m");
|
|
96
|
+
this.log(" \x1b[2m ·░▓▓▓▓▒░░▒▓▓▓▓░·\x1b[0m");
|
|
100
97
|
this.log("");
|
|
101
98
|
this.log(` Code \x1b[1m${code}\x1b[0m`);
|
|
102
99
|
this.log(` Device ${device.hostname}`);
|
package/oclif.manifest.json
CHANGED