forked from mirror/coolify-cli
0ea34284ef
- Changed app and service env update commands to accept only the resource UUID instead of separate env UUID argument - Made --key and --value required flags for identifying and updating environment variables - Removed UUID field from EnvironmentVariableUpdateRequest model - Updated validation to explicitly require --key and --value instead of "at least one field" - Changed ServiceEnvBulkUpdateResponse from struct with message to slice of ServiceEnvironmentVariable - Updated BulkUpdateEnvs return type from pointer to non-pointer - Updated tests and documentation to reflect new command interface