-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use bit show --remote
to get aspect version
#3
base: master
Are you sure you want to change the base?
Conversation
You can use the `bit show teambit.angular/angular-v12 --remote` command syntax to get the latest version of any aspect (also - `bit list teambit.angular --remote` to see versions for all aspects in a scope).
@ocombe |
it's very verbose, and it takes a very long time, while the npm command is super fast and gives just what we need, I don't think we should change that for now 🙂 |
let's keep it open and add @davidfirst and @GiladShoham to the mix. |
I'm good either way. It'd be nice to add an option to show only the remote version. Agree that it's too verbose. On my local it's not that slow, it takes 3 seconds. |
7bc536d
to
c32299a
Compare
@davidfirst We already have the _latest command, we can expose it as a public command and use it instead. |
@GiladShoham , yes, we can do it. It'll probably require some work as it'll need to be implemented for HTTP. |
fedcf1d
to
afab0f3
Compare
264dc0a
to
fbd7d05
Compare
de86f0a
to
ce28839
Compare
1c1e1a8
to
436ddbf
Compare
3bfef81
to
e3b69c3
Compare
a0a191f
to
a70ce0d
Compare
13543e5
to
2d0f1ac
Compare
1b600ea
to
e94ecec
Compare
d61ca39
to
b818021
Compare
febca6f
to
ecd68a1
Compare
d5c0894
to
a0065ca
Compare
591f66a
to
b0a0d44
Compare
You can use the
bit show teambit.angular/angular-v12 --remote
command syntax to get the latest version of any aspect (also -bit list teambit.angular --remote
to see versions for all aspects in a scope).