Releases: neterial-cloud/cli
Releases · neterial-cloud/cli
v0.6.0: docs: update to v0.5.0 CLI features
Changelog
- Add
neterial projectcommands - 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 envcommands - Configure runtime environment variables for your projects. Supports individual key-value pairs (-e KEY=value), bulk import from.envfiles (--env-file), merge or replace modes, and clearing all variables at once (--all). Commands:list,set,unset
v0.5.0
Changelog
- Renamed
kubecommands toinfra- Allneterial kubecommands are nowneterial infrafor user-friendly terminology (kubestill 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-keycommands - 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
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-hostnamecommand - Get workload hostname for cluster ingress configuration - Add
neterial kube get registrycommand - Retrieve registry credentials for cluster
v0.3.0
Login improvements
- Redesigned login success page.
- Display login URL when a browser is unavailable.