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

Pass OriginalCommandLineArguments to Command constructor #152

Merged
merged 1 commit into from
Mar 24, 2021
Merged

Pass OriginalCommandLineArguments to Command constructor #152

merged 1 commit into from
Mar 24, 2021

Conversation

vickramravichandran
Copy link
Contributor

@vickramravichandran vickramravichandran commented Dec 29, 2020

Issue #, if available:
#122
Please see my comment #122 (comment)

The command line arguments are not passed to the command objects that are created internally. For example, deploy-serverless passes null/empty for the args constructor parameter when it creates PackageCommand (package-ci) or PushDockerImageCommand (push-image).

Description of changes:
Added a string[] args parameter to the methods in TemplateProcessorManager to allow passing the original args to PackageCommand and PushDockerImageCommand.

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

@normj normj changed the base branch from master to dev March 24, 2021 18:09
@normj normj merged commit 8fd826d into aws:dev Mar 24, 2021
@normj
Copy link
Member

normj commented Mar 24, 2021

The PR for this was shipped as part of Amazon.Lambda.Tools 5.0.2

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.

None yet

2 participants