@flydocs/cli 0.5.0-beta.4 → 0.5.0-beta.5

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
@@ -15,7 +15,7 @@ var CLI_VERSION, CLI_NAME, PACKAGE_NAME;
15
15
  var init_constants = __esm({
16
16
  "src/lib/constants.ts"() {
17
17
  "use strict";
18
- CLI_VERSION = "0.5.0-beta.4";
18
+ CLI_VERSION = "0.5.0-beta.5";
19
19
  CLI_NAME = "flydocs";
20
20
  PACKAGE_NAME = "@flydocs/cli";
21
21
  }
@@ -1614,10 +1614,7 @@ var init_install = __esm({
1614
1614
  console.log();
1615
1615
  }
1616
1616
  if (!await pathExists(join11(targetDir, ".git"))) {
1617
- printError(
1618
- "Not in a git repository. Please run from the root of your project."
1619
- );
1620
- process.exit(1);
1617
+ printWarning("No git repository detected. Run git init when ready.");
1621
1618
  }
1622
1619
  await ensureDirectories(targetDir, tier);
1623
1620
  console.log("Installing framework files...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flydocs/cli",
3
- "version": "0.5.0-beta.4",
3
+ "version": "0.5.0-beta.5",
4
4
  "type": "module",
5
5
  "description": "FlyDocs AI CLI — install, setup, and manage FlyDocs projects",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0-beta.4",
2
+ "version": "0.5.0-beta.5",
3
3
  "sourceRepo": "github.com/plastrlab/flydocs-core",
4
4
  "tier": "cloud",
5
5
  "setupComplete": false,
@@ -1 +1 @@
1
- 0.5.0-beta.4
1
+ 0.5.0-beta.5
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0-beta.4",
2
+ "version": "0.5.0-beta.5",
3
3
  "description": "FlyDocs Core - Manifest of all managed files",
4
4
  "repository": "github.com/plastrlab/flydocs-core",
5
5