We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
just ssh
1 parent 8684614 commit 4f9233cCopy full SHA for 4f9233c
templates/cardano-parts-project/Justfile
@@ -112,6 +112,7 @@ checkSshConfig := '''
112
| where ($it.machine | str ends-with ".ipv4")
113
| rename machine pubIpv4
114
| update machine { $in | str replace ".ipv4" "" }
115
+ | update pubIpv4 { $in | if $in == "unavailable.ipv4" { null } else { $in } }
116
| sort-by machine
117
)
118
0 commit comments