-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
fix(cli): Removed unnecessary console log in secrets #515
fix(cli): Removed unnecessary console log in secrets #515
Conversation
PR Reviewer Guide 🔍(Review updated until commit 96e99d6)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 96e99d6
Previous suggestionsSuggestions up to commit e77a309
|
I think somehow you have comitted all the files again. |
Yeah I was also thinking the same. I dunno how it happened,I only changed the console log |
Hey if its easy enough then ig you can directly modify the file itself and just close this pr right ? I dont think such a small issue requires a pr |
e77a309
to
32d93e6
Compare
Persistent review updated to latest commit 96e99d6 |
Ig now its fine right ? |
## [2.7.0](v2.6.0...v2.7.0) (2024-11-05) ### 🚀 Features * **cli:** Add functionality to operate on Variables ([#514](#514)) ([32d93e6](32d93e6)) * **platform:** Create ui link for resend otp ([#489](#489)) ([46eb5c5](46eb5c5)) ### 🐛 Bug Fixes * **api,api-client:** Add environmentSlug in multiple places across the [secure] module ([#509](#509)) ([ee58f07](ee58f07)) * **cli:** Removed unnecessary console log in [secure]s ([#515](#515)) ([9403cc4](9403cc4)) ### 🔧 Miscellaneous Chores * Fixed lint issues ([835397a](835397a)) * Minor housekeeping ([922bf31](922bf31)) * Update eslint ([c583718](c583718)) * Update eslint ([7c0c596](7c0c596)) * Update pnpx commands to pnpm dlx ([#511](#511)) ([534a231](534a231))
🎉 This PR is included in version 2.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
User description
Description
Removed an unnecessary console log
Fixes #302
Dependencies
Developer's checklist
If changes are made in the code:
Documentation Update
PR Type
enhancement
Description
ListSecret
command in the CLI application.PRDescriptionHeader.CHANGES_WALKTHROUGH
list.secret.ts
Remove unnecessary console log from ListSecret command
apps/cli/src/commands/secret/list.secret.ts