storacha / w3cli

💾 w3 command line interface
Other
35 stars 7 forks source link

fix: update deps. pull in w3up-client fixes #133

Closed olizilla closed 12 months ago

olizilla commented 12 months ago

landing https://github.com/web3-storage/w3up/pull/1149 in w3cli

split out createSpace to it's own helper function so tests can opt in to loginAndCreateSpace when they want the do it all in one convinence.

logging in repeatedly isn't what we are typically testing. Calling the login helper repeatedly fails currently. I'll add a test and fix for that issue in a separate PR.

License: MIT