<p></p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/ghubstan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ghubstan">@ghubstan</a> the inability to push was an issue on my side with my local <code>.git/hooks</code>. I've solved it for the time being and pushed up my current set of commits. You'll see the last few are still in a WIP state, so please don't build anything on top of this just yet.</p>
<p>It's worth looking through each of the commits, in some of them I've explained exactly why changes were made.</p>
<p>Overall, though, the idea is to radically simplify things. One of the main purposes of the cli is to serve as a reference client for working with Bisq's rpc api, and as such it should be dead simple to understand. It's probably a bit <em>too</em> simple now, I would do some additional refactoring to reduce certain redundant code, but I wouldn't go very far here. The implementation will certainly need to get more sophisticated as we go implementing all the endpoints, but we can do that on an as-needed basis.</p>
<p>Hope this helps / makes sense. Let me know if you have questions / feedback. It might be a little bit before I get back to this, Monday possibly.</p>
<p>By the way, here's how you can invoke <code>bisq-cli</code> now:</p>
<pre><code>./bisq-cli -auth=mytoken getversion
</code></pre>
<p>Where <code>mytoken</code> was provided on the bisqd side as:</p>
<pre><code>./bisq-daemon --apiToken=mytoken
</code></pre>
<p>The <code>apiToken</code> naming will change further, it's still WIP, but as you can see, rpcuser / rpcpassword are out of the picture now (and can return to their existing use for talking to bitcoind).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4189#issuecomment-618478019">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNVDO5BXX7Q3XZG63KLROBPTRANCNFSM4MOQY5SQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTS3OLQB6NYMULBNATROBPTRA5CNFSM4MOQY5S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOETOTTQY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4189#issuecomment-618478019",
"url": "https://github.com/bisq-network/bisq/pull/4189#issuecomment-618478019",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>