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
As of now the create/update/logs deployment methods take in a load of individual arguments which are deployment properties, these arguments should be consolidated into a struct which would simplify calling the method, and help us avoid any potential issues concerning unordered arguments.
As of now the create/update/logs deployment methods take in a load of individual arguments which are deployment properties, these arguments should be consolidated into a struct which would simplify calling the method, and help us avoid any potential issues concerning unordered arguments.
Code Reference:
Create function: https://github.com/astronomer/astro-cli/blob/main/cloud/deployment/deployment.go#L215
Update function: https://github.com/astronomer/astro-cli/blob/main/cloud/deployment/deployment.go#L741
Logs function: https://github.com/astronomer/astro-cli/blob/main/cloud/deployment/deployment.go#L138
The text was updated successfully, but these errors were encountered: