Skip to content

chore(cli): reorganize CLI code#19324

Merged
mergify[bot] merged 6 commits intomasterfrom
huijbers/reorg-cli
Mar 17, 2022
Merged

chore(cli): reorganize CLI code#19324
mergify[bot] merged 6 commits intomasterfrom
huijbers/reorg-cli

Conversation

@rix0rrr
Copy link
Copy Markdown
Contributor

@rix0rrr rix0rrr commented Mar 10, 2022

Reorganize CLI code so that the aws-auth and plugin directories can
be (mostly) airlifted out. Any dependencies it has on surrounding code
is encoded in the _env.ts source file, which will do foreign imports.

The plugin subsystem used to call the context provider subsystem
directly--that's now inverted so that you don't have to lift the context
provider system out with it.


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

Reorganize CLI code so that the `aws-auth` and `plugin` directories can
be (mostly) airlifted out. Any dependencies it has on surrounding code
is encoded in the `_env.ts` source file, which will do foreign imports.

The plugin subsystem used to call the context provider subsystem
directly--that's now inverted so that you don't have to lift the context
provider system out with it.
@rix0rrr rix0rrr requested a review from iliapolo March 10, 2022 04:46
@rix0rrr rix0rrr self-assigned this Mar 10, 2022
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Mar 10, 2022

@github-actions github-actions bot added the package/tools Related to AWS CDK Tools or CLI label Mar 10, 2022
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Mar 10, 2022
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 14, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 17, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 45752d5
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 16d293d into master Mar 17, 2022
@mergify mergify bot deleted the huijbers/reorg-cli branch March 17, 2022 11:49
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 17, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

iliapolo pushed a commit that referenced this pull request Mar 17, 2022
Reorganize CLI code so that the `aws-auth` and `plugin` directories can
be (mostly) airlifted out. Any dependencies it has on surrounding code
is encoded in the `_env.ts` source file, which will do foreign imports.

The plugin subsystem used to call the context provider subsystem
directly--that's now inverted so that you don't have to lift the context
provider system out with it.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution/core This is a PR that came from AWS. package/tools Related to AWS CDK Tools or CLI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants