Provisioning The `hanzo provisioning` commands.
Also for this capability: API · CLI · SDKs
One-click data add-ons: a SQL, key-value, document, vector, search or object store, wired straight into your app.
API reference →
hanzo provisioning kv list
Every command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
Command What it does hanzo provisioning datastore createLaunches your org's OWN Hanzo Datastore instance and answers with its datastore:// connection string. hanzo provisioning datastore get <name>Returns one Hanzo Datastore warehouse's metadata. hanzo provisioning datastore listLists the caller org's Hanzo Datastore warehouses. hanzo provisioning datastore rm <name>Deprovisions one Hanzo Datastore warehouse.
Command What it does hanzo provisioning docdb createCreateDocDB launches your org's OWN document-database instance and answers with its mongodb:// connection string. hanzo provisioning docdb get <name>GetDocDB returns one Hanzo DocDB database's metadata. hanzo provisioning docdb listListDocDB lists the caller org's Hanzo DocDB document databases. hanzo provisioning docdb rm <name>DropDocDB deprovisions one Hanzo DocDB database.
Command What it does hanzo provisioning kv createCreateKV launches your org's OWN key-value instance and answers with its kv:// connection string. hanzo provisioning kv get <name>GetKV returns one Hanzo KV store's metadata. hanzo provisioning kv listListKV lists the caller org's Hanzo KV stores. hanzo provisioning kv rm <name>DropKV deprovisions one Hanzo KV store.
Command What it does hanzo provisioning s3 createCreates an S3-compatible bucket inside the already-running shared object store and answers with the endpoint that… hanzo provisioning s3 get <name>Returns one bucket's metadata. hanzo provisioning s3 listLists the caller org's object-storage buckets. hanzo provisioning s3 rm <name>Deletes one bucket from the shared object store and removes its metadata row.
Command What it does hanzo provisioning search createCreates a search index inside the already-running shared search backend and answers with the endpoint that reaches it. hanzo provisioning search get <name>Returns one search index's metadata. hanzo provisioning search listLists the caller org's search indexes. hanzo provisioning search rm <name>Deletes one search index from the shared backend and removes its metadata row.
Command What it does hanzo provisioning sql createCreateSQL launches your org's OWN PostgreSQL instance and answers with its postgres:// connection string. hanzo provisioning sql get <name>GetSQL returns one Hanzo SQL database's metadata. hanzo provisioning sql listListSQL lists the caller org's Hanzo SQL databases. hanzo provisioning sql rm <name>DropSQL deprovisions one Hanzo SQL database.
Command What it does hanzo provisioning vector createCreates a vector collection inside the already-running shared vector backend and answers with the endpoint that reaches… hanzo provisioning vector get <name>Returns one vector collection's metadata. hanzo provisioning vector listLists the caller org's vector collections. hanzo provisioning vector rm <name>Deletes one vector collection from the shared backend and removes its metadata row.
How is this guide?
Good Bad