-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Would be cool to have a command to create new database threads instead of running the code manually.
import {Client, Identity, ThreadID, UserAuth} from '@textile/hub'
async function createDB (client: Client) {
const thread: ThreadID = await client.newDB()
return thread
}the syntax would be this:
hub threads create <bucket_name>
> Success!
> New thread has been deployed on https://hub.textile.io/thread/<IPFS link>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels