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

Remove REPL mode from ssm-scala #462

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Remove REPL mode from ssm-scala #462

wants to merge 1 commit into from

Conversation

adamnfish
Copy link
Contributor

What does this change?

Removes REPL mode support.

What is the value of this?

This mode of execution was added very early in ssm-scala's life and has never been properly supported or maintained. A cursory experiment suggests this feature is currently broken. The feature brings in additional dependencies, and adds weight too our codebase, so we should remove it if it isn't being used.

The only feature REPL mode offers over and above the standard ssh mode is the ability to run commands on multiple instances at once, but in the modern world I wouldn't expect us to be taking this approach to instance management.

This mode of execution was added very early in ssm-scala's life and
has never been properly supported or maintained. A cursory experiment
suggests this feature is currently broken.

The only feature REPL mode offers over and above the standard ssh mode
is the ability to run commands on multiple instances at once, but in
the modern world I wouldn't expect us to be taking this approach to
instance management.
Copy link
Member

@kelvin-chappell kelvin-chappell left a comment

Choose a reason for hiding this comment

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

👍

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