You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
e1b6d94 Enhance command functionality by adding idempotency key support for safe retries in write operations. Implement validation for various command flags, including DNS types, email addresses, and date ranges, to improve error handling and user feedback. Update output handling for paginated results across multiple modules to include total counts and next page indicators.
88eebd5 Refactor DNS validation functions to improve error messaging and label handling. Replace string splitting method with a more efficient variant and enhance error messages for clarity regarding DNS record types.
7aeae6e Refactor domain argument handling across multiple command files to improve error management and validation. Introduce new utility functions for validating email local parts and URL forwarding types. Update pagination handling in DNS record fetching to include next page indicators, enhancing user feedback during data operations.
fb3bfb8 Refactor domain argument handling in command files to improve error management. Replace direct argument access with a utility function for domain validation, enhancing robustness and consistency across the application.