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

[Epic] Split & Test #7

Closed
marceloboeira opened this issue Oct 5, 2018 · 0 comments
Closed

[Epic] Split & Test #7

marceloboeira opened this issue Oct 5, 2018 · 0 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@marceloboeira
Copy link
Owner

marceloboeira commented Oct 5, 2018

Start extracting, abstracting and testing. I don't know exactly how I'll do that, but I want to have some parts as independent modules so that it's easier to test and compose/change if needed.

  • CLI - Parses the CLI command to trigger other modules
  • Config - Loads the config from ~/.aws/credentials ...
  • State Controller - Looks at the current state based on Config and figure what to do (takes care of caching, triggering command runner, token generator and such)
  • Command Runner - Run the command with the injected variables (ENV)
  • Token Generator - Receives information about the profile and return the token
@marceloboeira marceloboeira changed the title Refactor [Epic] Split & Test Oct 30, 2018
@marceloboeira marceloboeira added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Oct 30, 2018
@marceloboeira marceloboeira added this to the v0.1.0 milestone Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant