Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

deploy

CLIRESTMCP
--

Deploy a static site to a temporary preview URL or permanently to IPFS.

objekt deploy <directory> -w <wallet> [options]

Options

OptionDescriptionDefault
-wOWS wallet nameRequired
--storagetmp (7-day preview) or ipfs (permanent)tmp

list

List previous deployments:

objekt deploy list

Examples

Free preview (7 days):

objekt deploy ./dist -w my-wallet

Permanent on IPFS:

objekt deploy ./dist -w my-wallet --storage ipfs

Publish on ENS

Publish on ENS by setting the contenthash on an ENS node:

objekt ens contenthash set name.eth "ipfs://QmRootCID..." -w my-wallet

Once set, your site is live at https://name.eth.limo via eth.limo.

Gateways

GatewayURLDescription
eth.limoyourname.eth.limoPublic ENS gateway
objekt.sh IPFSipfs.objekt.sh/{cid}Direct CID access
objekt.sh previewtmp.objekt.sh/{slug}7-day preview (free)