-
Notifications
You must be signed in to change notification settings - Fork 0
Add batch upload and track --push features #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
63108f8
18475f1
607044c
0ec1ee3
91eee65
6249c71
c50bbb2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,48 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "permissions": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "allow": [ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(grep:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(npm run dev:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(ls:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(pdftotext:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(python3:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(npm run build:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git checkout:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git add:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git commit:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(DEBUG=1 timeout 30 npm run dev:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(pkill:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(code:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(open:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(npm run:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git push:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(npx boxel:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git remote set-url:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(npm install:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git fetch:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git stash:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git pull:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git ls-tree:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git status:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(git branch:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(xargs:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(cat:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(echo \"card definitions\" ls ./steady-loon/boxel-ai-website/SampleCard/*/*.json)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(zip:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(find:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "WebFetch(domain:images.pexels.com)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "WebSearch", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(# Copy all instance directories explicitly SOURCE=\"\"/Users/chris/Documents/code/boxel-cli/steady-loon/boxel-ai-website/SampleCard\"\" DEST=\"\"/Users/chris/Documents/code/boxel-cli/hilarious-marmoset/placeholders\"\" for dir in AiImageCard AnalyticsDashboard BlogPost BrochureCard BudgetLineItemCard CodeReview ConferenceCard CourseModuleCard DesignAssetCard EventTicketCard ExpenseReportCard FitnessActivityCard FlashcardCard HotelRoomCard InventoryItemCard Invoice LeaseAgreementCard MaintenanceRequestCard MedicationReminderCard MeetingRoomCard PatientAppointmentCard PodcastEpisodeCard Product ProjectTracker PropertyListingCard RecipeCardCard RestaurantMenuItemCard SalesCrm ShipmentTrackingCard StockTickerCard StudentGradeCard StudyGuideCard SubscriptionPlanCard TimeEntryCard TradingCardCard TripItineraryCard VideoContentCard; do cp -rf \"\"$SOURCE/$dir\"\" \"\"$DEST/\"\" done echo \"\"Directories copied. Listing new directories:\"\" ls -d \"\"$DEST\"\"/*/)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(# List the orphan JSON files in placeholders root \\(not in subdirectories\\) ls /Users/chris/Documents/code/boxel-cli/hilarious-marmoset/placeholders/*.json)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(# Delete all orphan JSON files from placeholders root rm /Users/chris/Documents/code/boxel-cli/hilarious-marmoset/placeholders/*.json echo \"\"Deleted orphan JSON files\"\" ls /Users/chris/Documents/code/boxel-cli/hilarious-marmoset/placeholders/*.json)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(lsof:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(xattr:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(ssh-add:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "WebFetch(domain:github.com)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "WebFetch(domain:raw.githubusercontent.com)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(npx tsc:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(npx tsx:*)", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "Bash(curl:*)" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "allow": [ | |
| "Bash(grep:*)", | |
| "Bash(npm run dev:*)", | |
| "Bash(ls:*)", | |
| "Bash(pdftotext:*)", | |
| "Bash(python3:*)", | |
| "Bash(npm run build:*)", | |
| "Bash(git checkout:*)", | |
| "Bash(git add:*)", | |
| "Bash(git commit:*)", | |
| "Bash(DEBUG=1 timeout 30 npm run dev:*)", | |
| "Bash(pkill:*)", | |
| "Bash(code:*)", | |
| "Bash(open:*)", | |
| "Bash(npm run:*)", | |
| "Bash(git push:*)", | |
| "Bash(npx boxel:*)", | |
| "Bash(git remote set-url:*)", | |
| "Bash(npm install:*)", | |
| "Bash(git fetch:*)", | |
| "Bash(git stash:*)", | |
| "Bash(git pull:*)", | |
| "Bash(git ls-tree:*)", | |
| "Bash(git status:*)", | |
| "Bash(git branch:*)", | |
| "Bash(xargs:*)", | |
| "Bash(cat:*)", | |
| "Bash(echo \"card definitions\" ls ./steady-loon/boxel-ai-website/SampleCard/*/*.json)", | |
| "Bash(zip:*)", | |
| "Bash(find:*)", | |
| "WebFetch(domain:images.pexels.com)", | |
| "WebSearch", | |
| "Bash(# Copy all instance directories explicitly SOURCE=\"\"/Users/chris/Documents/code/boxel-cli/steady-loon/boxel-ai-website/SampleCard\"\" DEST=\"\"/Users/chris/Documents/code/boxel-cli/hilarious-marmoset/placeholders\"\" for dir in AiImageCard AnalyticsDashboard BlogPost BrochureCard BudgetLineItemCard CodeReview ConferenceCard CourseModuleCard DesignAssetCard EventTicketCard ExpenseReportCard FitnessActivityCard FlashcardCard HotelRoomCard InventoryItemCard Invoice LeaseAgreementCard MaintenanceRequestCard MedicationReminderCard MeetingRoomCard PatientAppointmentCard PodcastEpisodeCard Product ProjectTracker PropertyListingCard RecipeCardCard RestaurantMenuItemCard SalesCrm ShipmentTrackingCard StockTickerCard StudentGradeCard StudyGuideCard SubscriptionPlanCard TimeEntryCard TradingCardCard TripItineraryCard VideoContentCard; do cp -rf \"\"$SOURCE/$dir\"\" \"\"$DEST/\"\" done echo \"\"Directories copied. Listing new directories:\"\" ls -d \"\"$DEST\"\"/*/)", | |
| "Bash(# List the orphan JSON files in placeholders root \\(not in subdirectories\\) ls /Users/chris/Documents/code/boxel-cli/hilarious-marmoset/placeholders/*.json)", | |
| "Bash(# Delete all orphan JSON files from placeholders root rm /Users/chris/Documents/code/boxel-cli/hilarious-marmoset/placeholders/*.json echo \"\"Deleted orphan JSON files\"\" ls /Users/chris/Documents/code/boxel-cli/hilarious-marmoset/placeholders/*.json)", | |
| "Bash(lsof:*)", | |
| "Bash(xattr:*)", | |
| "Bash(ssh-add:*)", | |
| "WebFetch(domain:github.com)", | |
| "WebFetch(domain:raw.githubusercontent.com)", | |
| "Bash(npx tsc:*)", | |
| "Bash(npx tsx:*)", | |
| "Bash(curl:*)" | |
| ] | |
| "allow": [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs say
share"Skips realm-specific files (.realm.json, index.json, cards-grid.json)", butshare.tsnow only preserves/skips.realm.json. Either update this documentation to match the new behavior or restore skipping/preserving ofindex.json/cards-grid.jsonin the share implementation to avoid confusing users.