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

CLI-1330: TypeError for SSH commands on Node environments #1734

Merged
merged 13 commits into from
May 8, 2024

Conversation

danepowell
Copy link
Contributor

This is really only the tip of the iceberg. There are entire categories of command (anything involving SSH) that can't be run on Node hosting environments. We should restrict those somehow, but that's beyond the scope of this ticket.

@danepowell danepowell added the bug Something isn't working label Apr 25, 2024
Copy link

Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/pr/1734/acli.phar

curl -OL https://acquia-cli.s3.amazonaws.com/build/pr/1734/acli.phar
chmod +x acli.phar

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.66%. Comparing base (1c8febf) to head (cb7b70e).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1734      +/-   ##
============================================
+ Coverage     91.64%   91.66%   +0.01%     
- Complexity     1808     1812       +4     
============================================
  Files           121      121              
  Lines          6475     6476       +1     
============================================
+ Hits           5934     5936       +2     
+ Misses          541      540       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danepowell danepowell merged commit 012ac02 into acquia:main May 8, 2024
11 of 12 checks passed
@danepowell danepowell deleted the CLI-1330 branch September 20, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant