Skip to content

feat : instance remaining subcommands#812

Open
Sypher845 wants to merge 7 commits intogoharbor:mainfrom
Sypher845:feat/instance-view-update-ping
Open

feat : instance remaining subcommands#812
Sypher845 wants to merge 7 commits intogoharbor:mainfrom
Sypher845:feat/instance-view-update-ping

Conversation

@Sypher845
Copy link
Copy Markdown
Contributor

Description

Adds missing instance command support for preheat provider workflows.

Commands

  • instance view : command to view details of a preheat instance.
Kooha-2026-04-16-03-32-29
  • instance update : command to update a preheat instance (flags + interactive form).
Kooha-2026-04-16-03-34-25
  • instance ping : command to ping health of a preheat instance.
Kooha-2026-04-16-03-36-54

Type of Change

Please select the relevant type.

  • Bug fix
  • New feature
  • Refactor
  • Documentation update
  • Chore / maintenance

Changes

  • Added instance view command to show details of a single instance.
  • Added instance update command to edit existing instance configuration.
  • Added instance ping command to check instance connectivity/health.
  • Improved auth handling in instance create (auth mode + credentials flow).

Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
… create command

Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
Signed-off-by: Sypher845 <suyashpatil845@gmail.com>
@Sypher845 Sypher845 changed the title Feat/instance view update ping feat : instance remaining subcommands Apr 15, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 0% with 413 lines in your changes missing coverage. Please review.
✅ Project coverage is 7.82%. Comparing base (60ad0bd) to head (a9b9d73).
⚠️ Report is 131 commits behind head on main.

Files with missing lines Patch % Lines
cmd/harbor/root/instance/update.go 0.00% 110 Missing ⚠️
pkg/views/instance/update/view.go 0.00% 70 Missing ⚠️
pkg/api/instance_handler.go 0.00% 47 Missing ⚠️
cmd/harbor/root/instance/create.go 0.00% 40 Missing ⚠️
cmd/harbor/root/instance/ping.go 0.00% 35 Missing ⚠️
cmd/harbor/root/instance/view.go 0.00% 35 Missing ⚠️
pkg/prompt/prompt.go 0.00% 22 Missing ⚠️
pkg/views/instance/view/view.go 0.00% 19 Missing ⚠️
pkg/views/instance/create/view.go 0.00% 15 Missing ⚠️
pkg/views/instance/select/view.go 0.00% 13 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff            @@
##             main    #812      +/-   ##
=========================================
- Coverage   10.99%   7.82%   -3.17%     
=========================================
  Files         173     275     +102     
  Lines        8671   13527    +4856     
=========================================
+ Hits          953    1058     +105     
- Misses       7612   12356    +4744     
- Partials      106     113       +7     

☔ 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.

@qcserestipy qcserestipy self-requested a review April 19, 2026 08:51
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.

[feature]: Add missing instance subcommands

1 participant