WIP: Create CLI #82

Draft
htunnicliff wants to merge 2 commits from cli into main
Owner
No description provided.
changeset-bot[bot] commented 2025-11-20 04:30:27 +00:00 (Migrated from github.com)

⚠️ No Changeset found

Latest commit: b9cab8b2b0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

### ⚠️ No Changeset found Latest commit: b9cab8b2b06f03774d3ef5619e07953509024ece Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. **If these changes should result in a version bump, you need to add a changeset.** <details><summary>This PR includes no changesets</summary> When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types </details> [Click here to learn what changesets are, and how to add one](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). [Click here if you're a maintainer who wants to add a changeset to this PR](https://github.com/htunnicliff/jmap-jam/new/cli?filename=.changeset/curly-points-nail.md&value=---%0A%22jmap-jam-cli%22%3A%20patch%0A---%0A%0ACreate%20CLI%0A)
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin cli:cli
git switch cli

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff cli
git switch cli
git rebase main
git switch main
git merge --ff-only cli
git switch cli
git rebase main
git switch main
git merge --no-ff cli
git switch main
git merge --squash cli
git switch main
git merge --ff-only cli
git switch main
git merge cli
git push origin main
Sign in to join this conversation.
No description provided.