feat: add api command - #1457
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1457 +/- ##
==========================================
- Coverage 72.89% 72.81% -0.08%
==========================================
Files 300 301 +1
Lines 11127 11143 +16
==========================================
+ Hits 8111 8114 +3
- Misses 2118 2135 +17
+ Partials 898 894 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
We also need to think about how to handle switching between the |
|
A minor user experience nitpick: Right now, the command requires me to prefix all paths with the forward slash |
|
it’s merged, yippie! thank you for your work, I really appreciate it! 💜 |
<!-- section-start changelog --> ### Features - print deprecated Load Balancer Type information (#1461) ([22a60bc](22a60bc)) - add api command (#1457) ([bd9f704](bd9f704)) - **image**: print deprecated Image information (#1485) ([c7badc0](c7badc0)) ### Bug Fixes - **server**: missing firewalls in describe (#1482) ([93f8381](93f8381)) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ~~~~rp-prefix ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: Hetzner Cloud Bot <>
This PR adds a command that allows users to directly interact with the API.
Closes #1448