@nometria-ai/nom 0.2.0 → 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 +1 -1
- package/src/cli.js +6 -0
- package/src/commands/deploy.js +1 -1
package/package.json
CHANGED
package/src/cli.js
CHANGED
package/src/commands/deploy.js
CHANGED
|
@@ -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/
|
|
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
|