Skip to content

Releases: neterial-cloud/cli

v0.6.0: docs: update to v0.5.0 CLI features

03 Feb 21:52

Choose a tag to compare

Changelog

  • Add neterial project commands - Full project lifecycle management from the CLI. Create projects, view deployment status and URLs, and manage deployments without leaving the terminal. Commands: list, info, create, delete, undeploy
  • Add neterial env commands - Configure runtime environment variables for your projects. Supports individual key-value pairs (-e KEY=value), bulk import from .env files (--env-file), merge or replace modes, and clearing all variables at once (--all). Commands: list, set, unset

v0.5.0

26 Jan 15:17

Choose a tag to compare

Changelog

  • Renamed kube commands to infra - All neterial kube commands are now neterial infra for user-friendly terminology (kube still works as alias)
  • Add git push-to-deploy - Deploy applications by pushing to your cluster's git remote with real-time progress streaming and URL display
  • Add neterial ssh-key commands - Manage SSH keys for git push-to-deploy authentication (list, add, remove)
  • Auto-select cheapest VM type - Cluster creation now automatically selects the most affordable VM type per location

v0.4.0

26 Nov 20:40

Choose a tag to compare

Changelog

  • Breaking Change: Removed node operations - Clusters now use single node configuration
  • Use new production host - Migrated to console.neterial.cloud domain
  • Add neterial kube get workload-hostname command - Get workload hostname for cluster ingress configuration
  • Add neterial kube get registry command - Retrieve registry credentials for cluster

v0.3.0

12 Aug 00:22

Choose a tag to compare

Changelog

New Features

  • Add neterial status command - Shows authentication status, clusters, nodes, and providers
    • Supports multiple output formats: human-readable, JSON, YAML, XML, CSV

Login improvements

01 Jul 00:56

Choose a tag to compare

  • Redesigned login success page.
  • Display login URL when a browser is unavailable.

Initial

10 May 02:37

Choose a tag to compare

Initial Pre-release
Pre-release
v0.1.0

doc: cli: Fix grammar, style and typos