@nometria-ai/nom 0.2.1 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nometria-ai/nom",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Deploy any project to any cloud from your terminal. One command, zero config.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -129,7 +129,7 @@ export async function deploy(flags) {
129
129
  const url = finalStatus.data?.deployUrl || finalStatus.url || `https://${appName}.nometria.com`;
130
130
  console.log(`
131
131
  Live at: ${url}
132
- Dashboard: https://nometria.com/apps/${appName}
132
+ Dashboard: https://nometria.com/AppDetails?app_id=${appName}
133
133
  `);
134
134
 
135
135
  // Step 8: Auto-detect git repo and offer GitHub connection