Skip to main content

fased setup

Initialize ~/.fased/fased.json and the default workspace without going through the full onboarding flow. Related:

Examples

fased setup
fased setup --workspace ~/.fased/workspace
To run the wizard via setup:
fased setup --wizard
fased setup --wizard --mode remote --remote-url ws://gateway-host:18789
fased setup --wizard --mode remote --remote-url ws://gateway-host:18789 --remote-token <token>
fased setup --wizard --non-interactive
setup without --wizard only initializes config/workspace. --wizard hands off to the onboarding flow and accepts the wizard flags shown above.