Wiki.JS command line interface #4565
Mark-Powers
started this conversation in
Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
A while back I was interested in scripting stuff on my wiki.js instance, and so I started using the graphql API to come up with something. It is fairly basic, and I'm not planning on supporting most of the wiki features, but it works with the essential ones. I've only tested it on Ubuntu, but it should work on *nix.
To install:
pip install wikijscmd
Then, create a config file (described here)
Then run with
python -m wikijscmd
. The help menu will guide you with what commands an options are available.pypi:
https://pypi.org/project/wikijscmd/
repo:
https://github.com/Mark-Powers/wikijscmd
Beta Was this translation helpful? Give feedback.
All reactions