v0.6.0
What's New
Interactive Mode for Resource Creation
This release adds interactive mode support for server and volume creation, making it easier to create resources without remembering all the required flags.
Server Creation (#77)
When running hetzner servers create without all required flags, the CLI now interactively prompts for:
- Server name (text input)
- Server type (select from available types with specs)
- Image (select from available system images)
Volume Creation (#79)
When running hetzner volumes create without all required flags, the CLI now interactively prompts for:
- Volume name (text input)
- Volume size in GB (text input)
- Location (select from available locations)
New UI Components
- Added
textInput()helper for text input prompts - Added
select()helper for selection prompts