Skip to main content
Read the active account’s onboarding profile and fill it in. The profile is organized into three sections — aboutCompany, aboutAudience, and aboutCompetition — that describe your company, your target audience, and your competition.
onboarding is a platform-mode command. Run landbase-cli auth login and then landbase-cli account set first — without an active account the command exits with No account id.... You can also pass --account=<id> per call.

onboarding get

Print the current profile plus a per-field schema describing each question, its type, whether it’s required, whether it’s filled, and its current value. Run this first to see which fields still need answers. Usage
Prints { accountId, sections, schema }. See output schemas.

onboarding update

Submit a partial onboarding payload as JSON. The platform merges your payload with the current state, so you can update a single field without resending the whole section. Pass - to read the body from stdin. Usage
--json
string
required
Path to a JSON file containing the payload, or - to read it from stdin. At least one of aboutCompany, aboutAudience, or aboutCompetition is required.
Partial-merge trap. aboutCompany and aboutCompetition are partial-mergeable — send only the fields you’re changing. aboutAudience must be a complete segment: include every required audience field in one payload, or the platform rejects it. Field types, the complete schema, and the clear-a-field rules are documented in output schemas.
Flags Examples

Errors