ssm-scala icon indicating copy to clipboard operation
ssm-scala copied to clipboard

ssh replacement: CLI program that wraps SSM's EC2 Run Command

Results 14 ssm-scala issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 Update for 4.1.6 release...

dependencies

## About this PR Updates: * πŸ“¦ com.amazonaws:aws-java-sdk-ec2 from `1.12.717` to `1.12.722` * πŸ“¦ com.amazonaws:aws-java-sdk-rds from `1.12.717` to `1.12.722` * πŸ“¦ com.amazonaws:aws-java-sdk-ssm from `1.12.717` to `1.12.722` * πŸ“¦ com.amazonaws:aws-java-sdk-sts from...

dependencies
library-update
early-semver-patch
semver-spec-patch
commit-count:1

# ISSUE The README easily gets out of date because people don't always remember to update it after a code change. ## Steps to Reproduce See: code submissions by anyone...

Recording the following idea:

Something to think about: Should the -x option in ssm be the default ?

The logger should be off by default, and on (to stdout/err) when `--debug` is provided. Sadly `slf4j` (and thus `scala-logging`) does not support setting the log level at runtime. TODO:...

# ISSUE There is no tab completion, and flags are difficult to remember. ## Steps to Reproduce >ssm [TAB] (no completion) ## Actual Results (include screenshots) - No tab completion...

Should probably implement that.

# ISSUE ## Steps to Reproduce Try running a bash script that will run for a relatively long time: ```bash ssm cmd -i -p -f ``` ## Actual Results (include...

``` ssm ssh -x -t security-hq,security,PROD --newest --profile security xargs: invalid option -- 'o' Usage: xargs [-0prtx] [--interactive] [--null] [-d|--delimiter=delim] [-E eof-str] [-e[eof-str]] [--eof[=eof-str]] [-L max-lines] [-l[max-lines]] [--max-lines[=max-lines]] [-I replace-str]...