Skip to content

docs: add describe_database verification step to getting-started guide#514

Merged
Ethan-Arrowood merged 2 commits into
mainfrom
kris/add-describe-data-docs
Jun 3, 2026
Merged

docs: add describe_database verification step to getting-started guide#514
Ethan-Arrowood merged 2 commits into
mainfrom
kris/add-describe-data-docs

Conversation

@kriszyp
Copy link
Copy Markdown
Member

@kriszyp kriszyp commented Jun 3, 2026

Summary

Adds a "Verifying the Table Was Created" section between "Running the Application" and "Enabling the REST API" in the getting-started guide.

The gap it fills: after running harper dev ., new users have no indication that their schema was processed and the Dog table was created. Without a verification step they jump straight to enabling the REST API with no confidence the table actually exists.

The new section uses the existing harper describe_database database=data CLI passthrough (no new command needed) and shows the expected YAML output so users know what success looks like.

Test plan

  • Follow the guide through "Running the Application", run harper describe_database database=data, confirm output matches the docs example
  • Verify the section renders correctly in the docs site

🤖 Generated with Claude Code

…uide

After running `harper dev .`, new users had no way to confirm their
schema.graphql was processed and the Dog table was created before
moving on to enabling the REST API. Adds a "Verifying the Table Was
Created" section that shows `harper describe_data` and its expected
output.

Paired with HarperFast/harper#1110 which adds the command.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kriszyp kriszyp requested a review from a team as a code owner June 3, 2026 03:11
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@github-actions github-actions Bot temporarily deployed to pr-514 June 3, 2026 03:14 Inactive
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

🚀 Preview Deployment

Your preview deployment is ready!

🔗 Preview URL: https://preview.harper-documentation.harperfabric.com/pr-514

This preview will update automatically when you push new commits.

Switch from the (now-closed) describe_data proposal to the existing
harper describe_database database=data operation, which already works
via the CLI passthrough.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kriszyp kriszyp changed the title docs: add describe_data verification step to getting-started guide docs: add describe_database verification step to getting-started guide Jun 3, 2026
@github-actions github-actions Bot temporarily deployed to pr-514 June 3, 2026 03:17 Inactive
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

🚀 Preview Deployment

Your preview deployment is ready!

🔗 Preview URL: https://preview.harper-documentation.harperfabric.com/pr-514

This preview will update automatically when you push new commits.

@Ethan-Arrowood Ethan-Arrowood merged commit 42231db into main Jun 3, 2026
7 checks passed
@Ethan-Arrowood Ethan-Arrowood deleted the kris/add-describe-data-docs branch June 3, 2026 14:07
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

🧹 Preview Cleanup

The preview deployment for this PR has been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants