Sign in
cue
/
cue
/
4177df9e58d5eb6f8344bf43a27ead2791a278e3
/
.
/
doc
/
tutorial
/
kubernetes
/
quick
/
services
/
dump_tool.cue
blob: 5567771393335d0bdb30c28f0a9712cce624e353 [
file
] [
log
] [
blame
]
package
kube
import
(
"encoding/yaml"
"tool/cli"
)
command
dump
:
{
task
print
:
cli
.
Print
&
{
text
:
yaml
.
MarshalStream
(
objects
)
}
}