deploy
| CLI | REST | MCP |
|---|---|---|
| ✅ | - | - |
Deploy a static site to a temporary preview URL or permanently to IPFS.
objekt deploy <directory> -w <wallet> [options]Options
| Option | Description | Default |
|---|---|---|
-w | OWS wallet name | Required |
--storage | tmp (7-day preview) or ipfs (permanent) | tmp |
list
List previous deployments:
objekt deploy listExamples
Free preview (7 days):
objekt deploy ./dist -w my-walletPermanent on IPFS:
objekt deploy ./dist -w my-wallet --storage ipfsPublish on ENS
Publish on ENS by setting the contenthash on an ENS node:
objekt ens contenthash set name.eth "ipfs://QmRootCID..." -w my-walletOnce set, your site is live at https://name.eth.limo via eth.limo.
Gateways
| Gateway | URL | Description |
|---|---|---|
| eth.limo | yourname.eth.limo | Public ENS gateway |
| objekt.sh IPFS | ipfs.objekt.sh/{cid} | Direct CID access |
| objekt.sh preview | tmp.objekt.sh/{slug} | 7-day preview (free) |