-
Notifications
You must be signed in to change notification settings - Fork 935
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
Allow bit log
to work on remote component with no workspace
#1894
Comments
@davidfirst That should be an easy task. let's do it. |
Implemented in the PR above. |
@davidfirst if this command now runs now with no workspace, you should also add the skipWorkspace=true in the command attributes (like the one below).
This changes the documentation to be Workspace Only: no, as here: https://docs.bit.dev/docs/apis/cli-all#log |
@davidfirst also adding the |
@Tallyb , Done. 55c85aa...59e3fbf |
Description
bit log
only works inside a workspace.Describe the solution you'd like
bit log me.collection/foo/bar
should log the history of the component.Logging remote collection's component should work with no workspace.
The text was updated successfully, but these errors were encountered: