ground_control_client 0.1.1
ground_control_client: ^0.1.1 copied to clipboard
A client library for the Serverpod Ground Control API. Used to manage Serverpod Cloud projects.
Changelog #
0.1.0 - 2025-02-06 #
Added #
- Authentication support login/logout of the cli.
- Project management, create, delete and link projects.
- Database setup, create your project with a pre-configured postgresql instance
- View logs, fetch for a specific time period or tail in realtime.
- Deploy command to deploy your Serverpod server complete with a domain and certificates.
- Configure your own custom domains.
- Configure secrets for your deployments, secrets are stored in an encrypted space.
- Configure environment variables for your deployments.
- Manual connection to database, retrieve connection details to connect your own db viewer.
0.0.2 - 2025-02-05 #
- Initial beta version.
0.0.1 #
- The initial version of the client library.
- Supports basic authentication.