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

Continue work on login command #997

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Continue work on login command #997

merged 3 commits into from
Jul 16, 2024

Conversation

synfinatic
Copy link
Owner

  • login is not needed for all commands.
  • process command doesn't open URLs anymore so... - Remove --open flag from process command - Remove ConfigProfilesUrlAction config option

Refs: #291

- login is not needed for all commands.
- process command doesn't open URLs anymore so...
    - Remove `--open` flag from `process` command
    - Remove `ConfigProfilesUrlAction` config option

Refs: #291
Copy link

codecov bot commented Jul 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.17%. Comparing base (aa355dc) to head (84dfcf5).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #997      +/-   ##
==========================================
- Coverage   84.19%   84.17%   -0.02%     
==========================================
  Files          42       42              
  Lines        3074     3071       -3     
==========================================
- Hits         2588     2585       -3     
  Misses        393      393              
  Partials       93       93              
Flag Coverage Δ
unittests 84.17% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
internal/awsconfig/config.go 80.65% <100.00%> (ø)
internal/sso/settings.go 77.36% <100.00%> (-0.32%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa355dc...84dfcf5. Read the comment docs.

--url-action
--sts-refresh

also break up commands that require login from those that don't in help
@synfinatic synfinatic merged commit 198ac91 into main Jul 16, 2024
6 of 7 checks passed
@synfinatic synfinatic deleted the login-only-needed branch July 16, 2024 04:58
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.

None yet

1 participant