libroadcast-cli 2.0.0 → 2.0.1

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.
package/dist/cmd/login.js CHANGED
@@ -85,7 +85,6 @@ const loginCommand = async (args) => {
85
85
  });
86
86
  console.log("");
87
87
  console.log(colors_1.default.green("✓ Credentials saved successfully! You can now use the CLI without setting environment variables."));
88
- console.log(colors_1.default.blue("Note: Environment variables will always take precedence over saved credentials."));
89
88
  }
90
89
  catch (error) {
91
90
  console.error(colors_1.default.red("Error during login:"), error);
@@ -100,13 +100,13 @@ const msg = [
100
100
  ` $ ${colors_1.default.underItalic("delay")} ${colors_1.default.italic("bcast123 300 --onlyDelay")}`,
101
101
  ` ${colors_1.default.gray("# Set source PGN URL with round and slice filters")}`,
102
102
  ` $ ${colors_1.default.underItalic("setPGN")} ${colors_1.default.italic('bcast123 https://example.com/pgns/round-{}/game.pgn --withFilter --slice "1-5,7,9-12"')}`,
103
- ` ${colors_1.default.gray("# Set source PGN URLs for multiple games per round")}`,
103
+ ` ${colors_1.default.gray("# Set source PGN URLs for multiple games per round")}`,
104
104
  ` $ ${colors_1.default.underItalic("setPGNMulti")} ${colors_1.default.italic('bcast123 https://example.com/pgns/round-{r}/game-{g}.pgn 12 --withFilter --onlyGames "1-5,7,9-12"')}`,
105
105
  ` ${colors_1.default.gray("# Set Lichess games for a broadcast round")}`,
106
106
  ` $ ${colors_1.default.underItalic("setLichessGames")} ${colors_1.default.italic("round456 gameId1 gameId2 gameId3")}`,
107
107
  ` ${colors_1.default.gray("# Fix schedule of rounds 1 to 4 and all rounds after 8 by adding 15 minutes")}`,
108
108
  ` $ ${colors_1.default.underItalic("fixSchedule")} ${colors_1.default.italic("bcast123 15m --rounds 1-4,8+")}`,
109
- ` ${colors_1.default.gray("# Set startsAfterPrevious to true for all rounds in a broadcast")}`,
109
+ ` ${colors_1.default.gray("# Set startsAfterPrevious to true for all rounds in a broadcast")}`,
110
110
  ` $ ${colors_1.default.underItalic("startsPrevious")} ${colors_1.default.italic("bcast123 true")}`,
111
111
  ];
112
112
  const showHelp = (cmd) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libroadcast-cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "CLI to help with broadcast maintenance on Lichess",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [