Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide command as a string #145

Open
nitrocode opened this issue Aug 11, 2021 · 0 comments
Open

Provide command as a string #145

nitrocode opened this issue Aug 11, 2021 · 0 comments

Comments

@nitrocode
Copy link
Member

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

It would be nice to provide the command as a string instead of as a list but maintain the original command input for backwards compatibility

Expected Behavior

Use a command_string input that splits the string into a list

Use Case

I want to provide a command without turning it into a list first

Describe Ideal Solution

Create a command_string input that splits the string into a list

Alternatives Considered

We can split it before passing in a command to the container... but that's no fun

  command = split(" ", "bin/rails service -p 3000 -b 0.0.0.0")

Additional Context

None

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

No branches or pull requests

1 participant