@palmyr/cli 1.5.4 → 1.5.6

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/cli.js CHANGED
@@ -4355,7 +4355,7 @@ async function main() {
4355
4355
  platform,
4356
4356
  username,
4357
4357
  cached: false,
4358
- hint: `No cached session. Run: node cli/dist/cli.js twitter login ${username}`,
4358
+ hint: `No cached session. Run: palmyr twitter login ${username}`,
4359
4359
  });
4360
4360
  }
4361
4361
  const ageHours = sv.sessionAgeHours(acc.id);
@@ -4934,7 +4934,7 @@ async function main() {
4934
4934
  success: true,
4935
4935
  platform,
4936
4936
  username: summary.username,
4937
- hint: `Ready to post — try: node cli/dist/cli.js twitter post ${summary.username} --body "gm"`,
4937
+ hint: `Ready to post — try: palmyr twitter post ${summary.username} --body "gm"`,
4938
4938
  });
4939
4939
  }
4940
4940
  case 'pool-add': {