rfhub2
rfhub2 copied to clipboard
Trouble with --load-mode options
Hi, I have some trouble using rfhub2. I've installed rfhub2 on a remote machine.
Now when I do: rfhub2-cli --load-mode=merge --no-installed-keywords -a http://<server_name>.com:8000 <repo_paht>
for the first time everything loads ok. But when I make a change in the docstrings in the library and do rfhub2-cli --load-mode=merge --no-installed-keywords -a http://<server_name>.com:8000 <repo_paht>
again no updates to the documentation are made.
Maybe I'm doing something wrong? Maybe there is another way to update just one library documentation on rfhub2 and leave other unharmed?
Another thing I observed is that there is no difference between rfhub2-cli --load-mode=append
and rfhub2-cli --load-mode=insert
. In both cases a new entry was added and all others entries stayed as they were.
Hi again,
I have now the command rfhub2-cli --load-mode=merge --no-installed-keywords -a http://<server_name>.com:8000 <repo_paht>
in a gitlab pipeline and after each run a new entry is added to the app.
So let's say I have a templibrary. After each run of the pipeline I have a new templibrary entry on my instance of rfhub2 (e.g. http://rfhub2.com:8000). The most interesting part is that all the entries are being updated to the newest state of the documentation.
Is there a workaround for this or a option so that the documentation is updated without duplicating the library entry?
Cheers, Krzysiek