-
Notifications
You must be signed in to change notification settings - Fork 2
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
search via swp cli not working, even after adding a repo was confirmed. #30
Comments
seems it records the added repo here: No sign of the repo being added though Mine is:
log:
|
@gedw99 having a look at this. |
There are a couple of issues, mostly related to The first one is that you need to use the repository name as the argument to
Note: if there's only one repo that will be the default repo, and using The second issue is that you need to open the swamp GUI first to index the repository before being able to search for things. This will be fixed in the near future. Does that help? Leaving the issue open so I don't forget about it. |
I get "Returns: "swamp CLI doesn't currently support indexing repositories. Run the swamp app first..""
Looks like its failing here in that it cant find the repo that was added in Step 1 ?
https://github.com/swampapp/swamp/blob/master/cmd/swp/main.go#L215
reproduction:
The text was updated successfully, but these errors were encountered: