You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(#97): clean up output and result contracts for structured data
- Enhance output structure for version updates and module installations
- Introduce ReleaseNotesUri in update workflows for better user feedback
- Refactor functions to return structured data consistently
Copy file name to clipboardExpand all lines: src/private/cli/InvokeNovaCliInstallWorkflow.ps1
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,13 @@ function Invoke-NovaCliInstallWorkflow {
10
10
Write-Warning"Installed nova to $($WorkflowContext.TargetDirectory), but that directory is not currently in PATH. Add it to your shell profile before using nova directly from zsh/bash."
0 commit comments