SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

[PROPOSAL] Final design and standardization for the CLI commands and args

Open cloutiertyler opened this issue 1 year ago • 1 comments

Currently there are many ways to pass arguments or environment variables in to spacetimedb CLI which differ in standalone and cloud.

e.g.

STDB_MY_VAR=foo spacetime
SPACETIME_MY_VAR=foo spacetime
SPACETIMEDB_MY_VAR=foo spacetime
spacetime --my-var foo

Also many commands need to be reviewed and potentially redesigned

cloutiertyler avatar Jun 11 '24 16:06 cloutiertyler

This proposal should also specify how config files override each other and how cli args override config files.

cloutiertyler avatar Jul 29 '24 19:07 cloutiertyler