mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 14:24:20 +02:00
- dont show ccr status if license insufficient - add automated tests - fix config loading - fix search output - fix `license show` panics - fix `ilm show` completion - print ask passwd prompt to stderr
22 lines
425 B
YAML
22 lines
425 B
YAML
#
|
|
# this is a mosscap generator item file, see: https://codeberg.org/scip/mosscap
|
|
vars:
|
|
index: test
|
|
|
|
tasks:
|
|
- name: ts
|
|
action: timestamp
|
|
|
|
- name: add
|
|
action: doc_add
|
|
args:
|
|
ts: ts.result
|
|
|
|
generate:
|
|
user: $name
|
|
# will become something like:
|
|
# "content34 iBAXQ2Va Ko5gMwwu FEH2O99B"
|
|
# so we can search for "content3*" and get multiple matches
|
|
message: "content$int8 $rand make$int8 $rand"
|
|
|