Feat/login#4
Open
anak10thn wants to merge 7 commits into
Open
Conversation
… endpoint URL construction and API request handling
- Add npm local install option and split usage examples into npx vs installed CLI sections - Switch table formatter to compact borderless style (header separator only) for cleaner output on wide data - Add SENSITIVE_KEYS masking (password, secret, token, etc.) in table output
docs/feat: improve README usage examples and CLI table output
- table view now shows up to 5 priority columns (id, name, status, …) with a hint about hidden columns - add --output list: vertical key:value block per record for seeing all fields - printObject (detail) now renders clean aligned key/value pairs without per-row separators - document output formats and masking note in README
Verified against https://api.portal.biznetgio.com/v1/openapi.json: - metal create: public_ip is an integer enum (only value 1), not an IP address; make it optional with default 1 and cast to Number. Cast product_id/keypair_id. - pay_invoice_with_cc is a string enum "yes"/"no", not a boolean — fix across metal, neolite, neolite-pro, elastic-storage, additional-ip, object-storage - cast integer fields (product_id, keypair_id, *_account_id, size, quota) to Number in all create commands so they match the API's integer types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.