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-1410: self:info command #1806

Merged
merged 4 commits into from
Oct 1, 2024
Merged

CLI-1410: self:info command #1806

merged 4 commits into from
Oct 1, 2024

Conversation

danepowell
Copy link
Contributor

@danepowell danepowell commented Oct 1, 2024

Motivation

Fixes CLI-1410

Proposed changes

Add a self:info command to provide debugging information for support tickets

Alternatives considered

Provide debugging info inline with individual commands when running with -vvv. This could be unnecessarily verbose or expose mildly sensitive information, but would save customers an extra step. Most modern applications have a standalone command for generating debug logs and reports though.

Testing steps

  1. Follow the contribution guide to set up your development environment or download a pre-built acli.phar for this PR.
  2. Clear the kernel cache to pick up new and changed commands: ./bin/acli ckc
  3. (add specific steps for this pr)

@danepowell danepowell changed the title CLI-1410: self:status command CLI-1410: self:info command Oct 1, 2024
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.78%. Comparing base (8c65600) to head (acb2b77).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/Helpers/TelemetryHelper.php 57.14% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1806      +/-   ##
============================================
+ Coverage     92.24%   92.78%   +0.54%     
- Complexity     1817     1821       +4     
============================================
  Files           121      122       +1     
  Lines          6823     6835      +12     
============================================
+ Hits           6294     6342      +48     
+ Misses          529      493      -36     

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

Copy link

github-actions bot commented Oct 1, 2024

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

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

@danepowell danepowell marked this pull request as ready for review October 1, 2024 18:16
@danepowell danepowell merged commit de7fb0e into acquia:main Oct 1, 2024
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant