replicas-cli 0.2.70 → 0.2.72

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/index.mjs CHANGED
@@ -2509,12 +2509,12 @@ async function interactiveCommand() {
2509
2509
  );
2510
2510
  }
2511
2511
  console.log(chalk18.gray("Starting interactive mode..."));
2512
- const { launchInteractive } = await import("./interactive-WT776LWE.mjs");
2512
+ const { launchInteractive } = await import("./interactive-QU432VGJ.mjs");
2513
2513
  await launchInteractive();
2514
2514
  }
2515
2515
 
2516
2516
  // src/index.ts
2517
- var CLI_VERSION = "0.2.70";
2517
+ var CLI_VERSION = "0.2.72";
2518
2518
  var program = new Command();
2519
2519
  program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
2520
2520
  program.command("login").description("Authenticate with your Replicas account").action(async () => {
@@ -2212,7 +2212,7 @@ function WorkspaceInfo({ status, workspaceName, workspaceId, focused, loading, e
2212
2212
  if (!item) return;
2213
2213
  switch (item.type) {
2214
2214
  case "dashboard":
2215
- open(`${WEB_APP_URL}/dashboard?workspaceId=${item.workspaceId}`).catch(() => {
2215
+ open(`${WEB_APP_URL}/dashboard/workspaces/${item.workspaceId}`).catch(() => {
2216
2216
  });
2217
2217
  break;
2218
2218
  case "wake":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.70",
3
+ "version": "0.2.72",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.mjs",
6
6
  "bin": {