🛑 I had made the original pull request in the gluestack-ui repo and was asked to create the issue here, original pull request in gluestack-ui repo: gluestack/gluestack-ui#2668
Description
Currently, to update a package, I have to do npx gluestack-ui@latest add some-component. If I have 20 components from gluestack-ui v2, I have to repeat the command for each.
- Without having all the components installed with
npx gluestack-ui@latest add --all, how can I update multiple packages at once?
- How can I know when a package is outdated? Commands such as
yarn outdated do not show anything related to gluestack-ui when a package is outdated making it very unreliable.
Perhaps I'm unaware of a command that can do both of the above, if so please do tell me!
Thank you :)
Problem Statement
- There is no way to update all the installed gluestack-ui v2 packages at once.
- There is no way to know which packages are outdated.
Proposed Solution or API
- Allow for package chaining such as
npx gluestack-ui@latest add some-component-1 some-component-2.
- Make package managers aware of changes to the gluestack-ui v2 packages or have a
npx gluestack-ui outdated command.
Alternatives
No response
Additional Information
@akash3gtm
🛑 I had made the original pull request in the gluestack-ui repo and was asked to create the issue here, original pull request in gluestack-ui repo: gluestack/gluestack-ui#2668
Description
Currently, to update a package, I have to do
npx gluestack-ui@latest add some-component. If I have 20 components from gluestack-ui v2, I have to repeat the command for each.npx gluestack-ui@latest add --all, how can I update multiple packages at once?yarn outdateddo not show anything related to gluestack-ui when a package is outdated making it very unreliable.Perhaps I'm unaware of a command that can do both of the above, if so please do tell me!
Thank you :)
Problem Statement
Proposed Solution or API
npx gluestack-ui@latest add some-component-1 some-component-2.npx gluestack-ui outdatedcommand.Alternatives
No response
Additional Information
@akash3gtm