@boltic/cli 0.0.1 → 1.0.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.
@@ -538,9 +538,9 @@ async function handleCreate() {
538
538
  // Create folder structure with the integration name
539
539
  await createIntegrationFolderStructure(integration);
540
540
 
541
- // Also share Documentation URL to the user: https://docs.boltic.io/docs/activityBuilder/develop/boilerplate
541
+ // Also share Documentation URL to the user: https://docs.boltic.io/docs/integration-builder/develop/boilerplate
542
542
  const documentationUrl =
543
- "https://docs.boltic.io/docs/activityBuilder/develop/boilerplate";
543
+ "https://docs.boltic.io/docs/integration-builder/develop/boilerplate";
544
544
  console.log(
545
545
  chalk.cyan(
546
546
  "\nšŸ“„ Documentation URL: " +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/cli",
3
- "version": "0.0.1",
3
+ "version": "1.0.0",
4
4
  "description": "A powerful CLI tool for managing Boltic Workflow integrations",
5
5
  "main": "index.js",
6
6
  "bin": {