Skip to content

Changes to CLI interface to support running inside Docker container - #24

Merged
sanathkr merged 5 commits into
aws:developfrom
sanathkr:native
Nov 16, 2018
Merged

Changes to CLI interface to support running inside Docker container#24
sanathkr merged 5 commits into
aws:developfrom
sanathkr:native

Conversation

@sanathkr

Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

# For now the request is not validated
request = json.load(sys.stdin)
if len(sys.argv) > 1:
request_str = sys.argv[1]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that mean its anything passed as an argument right now?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol yes. I am trying to incrementally evolve the CLI interface. I know this is bad, but before release, we will get a more stabler CLI interface

@sanathkr
sanathkr merged commit b6f66bc into aws:develop Nov 16, 2018
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