Release Notes: v1.2.0 🎉
-
Authenticated Deployments: Deployments are now secured with public/private key authentication. Each domain has a dedicated folder for storing keys in
~/.deployr/<domain>/auth
. Use thecred
command to view your keys. -
Interactive CLI Enhancements:
- Improved help descriptions for all commands.
- Added a dynamic welcome banner for deployments.
- Enhanced usability with detailed usage instructions.
-
Multi-deployment Support: Manage configurations and credentials for multiple domains seamlessly.
New Commands:
-help
: Displays detailed usage instructions for all available commands.init
: Fetches and initializes a sampleconfig.yml
file in the current directory for quick setup.cred <domain.com>
: Displays public and private keys for domain-specific authentication.
Enjoy a more secure and interactive deployment experience with v1.2.0! 🚀
What's Changed
- security + cli enhancements by @adityacodes30 in #6
Full Changelog: v1.1.0...v1.2.0