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

Open command #177

Merged
merged 4 commits into from
Dec 15, 2022
Merged

Open command #177

merged 4 commits into from
Dec 15, 2022

Conversation

purplecabbage
Copy link
Member

@purplecabbage purplecabbage commented Oct 11, 2022

Description

Add a command to allow developers to type aio console open to open the currently selected org/project/workspace in developer.adobe.com/console

Motivation and Context

There is no search functionality in the project list on console ui, so if you know the project you want ( because you are working on it locally ) it is hard to go to the ui to do things.

How Has This Been Tested?

Screenshots (if appropriate):

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.

@purplecabbage purplecabbage added the enhancement New feature or request label Oct 11, 2022
@codecov
Copy link

codecov bot commented Oct 25, 2022

Codecov Report

Merging #177 (a76b337) into master (71ef88b) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #177   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        19    +1     
  Lines          519       546   +27     
  Branches        75        82    +7     
=========================================
+ Hits           519       546   +27     
Impacted Files Coverage Δ
src/commands/console/index.js 100.00% <100.00%> (ø)
src/commands/console/open.js 100.00% <100.00%> (ø)
src/commands/console/org/select.js 100.00% <100.00%> (ø)
src/commands/console/project/select.js 100.00% <100.00%> (ø)
src/config.js 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@purplecabbage purplecabbage marked this pull request as ready for review October 25, 2022 02:44
@purplecabbage
Copy link
Member Author

Screen.Recording.2022-10-24.at.7.41.55.PM.mov

@purplecabbage purplecabbage merged commit 06cd602 into adobe:master Dec 15, 2022
@purplecabbage purplecabbage deleted the OpenCommand branch December 15, 2022 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants