> For the complete documentation index, see [llms.txt](https://1nodeio.gitbook.io/1node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1nodeio.gitbook.io/1node/1node-cli/1node-generate-flux-config.md).

# 1node generate-flux-config

**Interactively create** `flux-config.json`.

**Usage**

```
1node generate-flux-config
```

\
**Sample Output** `flux-config.json` <br>

```
{
"name":"user-auth-service",
"image":"node:18-alpine",
"ports"3000,
"env":{...},
"resources":{"cpu"1,"memory":"2Gi","storage":"5Gi"}
}
```

\
This completes the Heroku-style CLI documentation for 1Node. Each command mirrors the simplicity of&#x20;Herokuʼs UX, tailored to decentralized GPU and AI workloads.
