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
$ kurtosis port print tired-knoll postgres postgresql
Error: An error occurred running command 'print'
Caused by: An error occurred calling the run function for command 'print'
Caused by: Couldn't format the output according to formatting string ''protocol,ip,number''
Caused by: Invalid format piece ''protocol'
Desired behavior
$ kurtosis port print tired-knoll postgres postgresql
postgresql://127.0.0.1:64615
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
The text was updated successfully, but these errors were encountered:
## Description:
<!-- Describe this change, how it works, and the motivation behind it.
-->
This PR introduces:
- Argument order validation check
- Custom formatting when only one value is specified on format string
- Unit tests for formatting functions
- CI test for the CLI command
This PR also fixes the default flag of the command
## Is this change user facing?
YES
<!-- If yes, please add the "user facing" label to the PR -->
<!-- If yes, don't forget to include docs changes where relevant -->
## References (if applicable):
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
Closes#1355Closes#1356Closes#1357
What's your CLI version?
0.83.4
Description & steps to reproduce
Desired behavior
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
The text was updated successfully, but these errors were encountered: