foundryvtt-cli
foundryvtt-cli copied to clipboard
The official Foundry VTT CLI
### Problem I'm using this CLI to put my compendiums under version control. Currently, this module packs and unpacks compendiums to `/packs/compendium/_source`. Afaik, it's not possible to create a .gitignore...
I have been splitting up my packs by system, so I thought it would be helpful to share with others how to do that. It is entirely possible that this...
When first using the cli, it was not obvious to me that if the output just said "Packing" or "Unpacking", that didn't mean it was working. Provides an example of...
While they're a single document in themselves, adventures are a bit of a special case and each one sort of functions as its own special compendium- it would be nice...
Having this issue attempting to put my compendium back together. Any suggestions? I haven't changed anything about the compendium since it was working, just setup a new machine. ``` rellek@Weave:~$...
When attempting to perform a pack operation on a document that includes active effects, the pack operation aborts with an error. See sample here: ``` $ fvtt package pack hmk-possessions...
Hi there. I use the CLI to work on multiple packages. Editing this file every time I switch packages is error-prone. I'd like it if there was a way to...
## Description For the sake of clarity, I refer to the following as a document: an object or item in a pack. Managing a pack as a group of JSON...
**Feature Request** As a developer it would be useful to be able to use Foundry's brand new native backup capabilities through the CLI, extending its functionality similar to more general...
The example API usage for some reason assumes the current working directory is the user's Modules folder, rather than the module folder itself; this contrasts with the shell commands, as...