Backlinks
- @make_command
- Auth Model
- Customizing TiddlyWeb
- Features
- How can I use curl to create stuff in TiddlyWeb?
- How do I add a user?
- How do I give a user a role?
- How do I set or edit a bag policy?
- Installing TiddlyWeb
- Lego Pieces Model
- TiddlyWeb Admin Tasks
- TiddlyWeb Plugin Tutorial
- Twanager Model
- Using Twanager
- addrole
- adduser
- bag
- instance
- interact
- plugins
- policy
- recipe
- system_plugins
- twanager_plugins
- userpass
//twanager// is the command-line tool included with TiddlyWeb.
With it you can manipulate the store to add content and users. Some of the powers of twanager are also available via the HTTP API and vice versa. Which you choose depends on your environment.
//twanager// is extensible.
When run without any arguments, it will default to {{{usage}}}, listing the available commands along with a brief description. What commands are listed depends on the twanager_plugins in use.
When there is a tiddlywebconfig.py in the current directory, it will be read before {{{twanager}}} does its work, impacting behavior.
See also:
<>