Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 0 additions & 6 deletions .changeset/move-proofkit-cli-home.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,29 +110,6 @@ jobs:
- name: Build
run: pnpm ci:build

cli-smoke:
name: CLI External Integration Smoke Tests
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v6

- name: Enable Corepack
run: corepack enable

- name: Setup Node.js 22.x
uses: actions/setup-node@v6
with:
node-version: 22
cache: "pnpm"

- name: Install Dependencies
run: pnpm install --frozen-lockfile

- name: Run CLI External Integration Smoke Tests
run: pnpm ci:cli-smoke

fmodata-e2e:
name: fmodata E2E Tests
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main'
Expand Down
7 changes: 3 additions & 4 deletions apps/docs/content/docs/webviewer/package.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,16 @@ For web-based applications where you're looking to interact with the Data API us

The [ProofKit AI workflow](/docs/ai/build-a-webviewer-app) can scaffold a full Web Viewer project and install the FileMaker add-on that provides the necessary layouts, scripts, and custom functions. Use that path when you want ProofKit to create the project structure for you.

If you already have a ProofKit Web Viewer project and need to install or update the FileMaker add-on manually, run `proofkit add addon webviewer` from the project root. That downloads the latest add-on from the ProofKit CDN and opens it in FileMaker; you still need to add the add-on into your FileMaker file.
When you scaffold a Web Viewer project with `proofkit init`, ProofKit downloads the latest FileMaker add-on from the ProofKit CDN and opens it in FileMaker automatically; you still need to add the add-on into your FileMaker file. For manual installation, follow the steps below.

<Accordions type="single">
<Accordion title="Manual Installation">

{" "}
<Callout type="warn">
This demo file is a very simplified example. To see more features, use the
[ProofKit AI workflow](/docs/ai/build-a-webviewer-app) to build a new app or run
`proofkit add addon webviewer` in an existing ProofKit project, then install
the FileMaker add-on.
[ProofKit AI workflow](/docs/ai/build-a-webviewer-app) to build a new app or
scaffold one with `proofkit init`, then install the FileMaker add-on.
</Callout>

Use your preferred package manager to install the package.
Expand Down
1 change: 0 additions & 1 deletion knip.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { KnipConfig } from "knip";

const config: KnipConfig = {
ignore: ["packages/cli/template/**"],
ignoreBinaries: ["op", "vercel"],
};

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
"build": "turbo run build --filter={./packages/*} --filter=@proofkit/docs",
"ci": "pnpm ci:pr",
"ci:build": "pnpm build",
"ci:cli-smoke": "pnpm --filter @proofkit/cli build && pnpm exec varlock run -- pnpm --filter @proofkit/cli test:smoke",
"ci:fmodata-e2e": "pnpm --filter @proofkit/fmodata test:e2e",
"ci:lint": "pnpm lint && pnpm skill:check-versions",
"ci:pr": "pnpm ci:lint && pnpm ci:typecheck && pnpm ci:test && pnpm ci:build",
"ci:release": "pnpm ci:lint && pnpm ci:typecheck && pnpm ci:test && pnpm ci:cli-smoke && pnpm ci:fmodata-e2e",
"ci:release": "pnpm ci:lint && pnpm ci:typecheck && pnpm ci:test && pnpm ci:fmodata-e2e",
"ci:test": "pnpm test",
"ci:typecheck": "pnpm typecheck",
"dev": "turbo run dev",
Expand Down
5 changes: 0 additions & 5 deletions packages/cli-old/.yarnrc.yml

This file was deleted.

285 changes: 0 additions & 285 deletions packages/cli-old/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions packages/cli-old/README.md

This file was deleted.

Loading