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
refactor(cli): property bag for refreshStacks function (#855)
The refreshStacks function currently takes 4 individual parameters,
making it difficult to maintain as new parameters are added.
This change:
- Introduces a `RefreshStacksProps` interface to group function
parameters
- Refactors the `refreshStacks` function signature to accept a single
props object
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
Co-authored-by: Dhyan Gandhi <[email protected]>
Co-authored-by: Kaizen Conroy <[email protected]>
0 commit comments