Skip to content

Conversation

@shazron
Copy link
Member

@shazron shazron commented Apr 23, 2025

Motivation and Context

Explicitly add it for a new feature in 5.4.0 https://github.com/adobe/aio-lib-console/releases
This is so I can use the underlying @adobe/aio-lib-console of this lib in the app plugin, without having to add yet another dependency.

I need to use this new feature in @adobe/aio-lib-console for the audit log api, for the non-logged in use cases

const LibConsoleCLI = require('@adobe/aio-cli-lib-console')
const consoleCLI = await LibConsoleCLI.init({ accessToken, env, apiKey: CONSOLE_API_KEYS[env] })
// to get the underlying @adobe/aio-lib-console, you do
const libConsole = consoleCLI.sdkClient

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (090e125) to head (d1aa232).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #96   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          543       543           
  Branches        92        92           
=========================================
  Hits           543       543           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@shazron shazron marked this pull request as ready for review April 23, 2025 14:04
@shazron shazron merged commit 75d6938 into master Apr 23, 2025
10 checks passed
@shazron shazron deleted the update-lib-console branch April 23, 2025 14:16
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.

4 participants