levv cli changelog #
All notable changes to levv cli are documented here.
[0.14.1] - 2025-09-17 #
Changed #
levv ps
shows ports
[0.14.0] - 2025-09-17 #
Added #
levv auth reset-password
commandlevv destroy
accepts the--name
flagvolumes.<volume-name>.driver_opts.size
in the compose specification file specifies the volume size
Changed #
- Removed prompt for
levv destroy
[0.13.2] - 2025-09-11 #
Changed #
levv ps
now prints the container image- Removed prompts for resource creation
- Print default project name when not specified
- Standardized error messages
Fixed #
- Skip compose file validation in
levv destroy
[0.13.1] - 2025-09-02 #
Changed #
- Removed
levv status
alias forlevv ps
- Removed default values on
levv volumes resize
- Minor UI/UX improvements
[0.13.0] - 2025-08-27 #
Added #
- Added support for custom domain names
[0.12.0] - 2025-07-17 #
Added #
levv balance
has been added to display your account balance.
[0.11.0] - 2025-04-25 #
Added #
levv
has now a pre-flight functionality to verify that tokens are still valid before performing any request to the server.
[0.10.0] - 2025-02-10 #
Changed #
levv logs <my-service>
andlevv logs --follow <my-service>
now print log messages in a simple and clean way
Added #
levv logs --timestamps <my-service>
prints the log timestamp before the messagelevv logs --show-replica <my-service>
print the replica id that emitted the log before the message
[0.7.0] - 2025-01-15 #
Changed #
levv volumes create
,levv volumes destroy
andlevv volumes resize
can now receive the volume name as first argument.levv buckets create
,levv buckets credentials
andlevv buckets destroy
can now receive the bucket name as first argument.
[0.6.0] - 2025-01-09 #
Added #
levv footprint
can now print historical metrics in a given period using the--history
flag. Usage:levv footprint --start="2025-01-08T00:00:00Z" --history
.
[0.5.1] - 2024-12-18 #
Changed #
- Devv track user now needs to accept Terms and Conditions during onboarding process to complete registration.
[0.5.0] - 2024-12-18 #
Added #
levv footprint
can also print metrics in json format. Usage:levv footprint -o json
.
[0.4.0] - 2024-12-16 #
Added #
levv upgrade
command. Automatically download and install the latest version into your computer.