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{ 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
Path to a JSON file containing the payload, or
- to read it from stdin. At
least one of aboutCompany, aboutAudience, or aboutCompetition is required.
Examples

