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 (#127)
* 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
* feat(#97): enhance CLI output and result contracts for structured data
- Add tests for formatted CLI command results
- Implement tests for version update handling with WhatIf scenarios
- Ensure release notes URI is correctly resolved in update messages
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