mirror of
https://github.com/wah-su/stickerbridge.git
synced 2025-04-05 07:44:41 +00:00
chore: add cli example configuration
This commit is contained in:
parent
469d150096
commit
ead7ec5cb7
1 changed files with 22 additions and 0 deletions
22
cli.yaml.example
Normal file
22
cli.yaml.example
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# This is a file with CLI specific configuration for the auto room creation and sticker import/preview
|
||||||
|
|
||||||
|
# Room settings for the commands
|
||||||
|
room:
|
||||||
|
prefix: "" # optional, must be a string
|
||||||
|
homeserver: "example.com" # required, must be a string
|
||||||
|
# autoinvite: # optional, Autoinvite selected users with selected power, must be a list.
|
||||||
|
# - user: "@username:example.com"
|
||||||
|
# power: 100 # 0 - default, 50 - moderator, 100 - admin
|
||||||
|
|
||||||
|
|
||||||
|
import:
|
||||||
|
artist: False # Prompt for artist input, in flag is not provided.
|
||||||
|
artist_url: False # Prompt for artist page url input, in flag is not provided.
|
||||||
|
create_room: True # Create a room for the new stickerpack if it doesn't exist
|
||||||
|
|
||||||
|
preview:
|
||||||
|
include_tg_url: True
|
||||||
|
include_artist: True
|
||||||
|
include_artist_url: True
|
||||||
|
not_include_space: False
|
||||||
|
not_include_preview_url: False
|
Loading…
Add table
Reference in a new issue