Skip to content

v0.6.0

Choose a tag to compare

@tomkp tomkp released this 12 Jan 11:21
· 65 commits to main since this release
8150b4b

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

Full Changelog

v0.5.0...v0.6.0