Skip to content

Conversation

@aguynamedryan
Copy link
Contributor

Partially addresses #72, at least enough for what I need.

If a string needs to have quotes around it, you can indicate that like so:

port_def <- "80:80"
attr(port_def, "quoted") <- TRUE
x <- list(ports = list(port_def))
as.yaml(x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants