|
NAMEwoob-cli - call a method on backendsSYNOPSISwoob cli [-dqv] [-b backends] [-cnfs] capability method [arguments..]woob cli [--help] [--version] DESCRIPTIONConsole application to call a specific method on backends which implement the given capability.CLI COMMANDS
OPTIONS
LOGGING OPTIONS
RESULTS OPTIONS
FORMATTING OPTIONS
CONDITIONThe -c and --condition is a flexible way to filter and get only interesting results. It supports conditions on numerical values, dates, durations and strings. Dates are given in YYYY-MM-DD or YYYY-MM-DD HH:MM format. Durations look like XhYmZs where X, Y and Z are integers. Any of them may be omitted. For instance, YmZs, XhZs or Ym are accepted. The syntax of one expression is "field operator value". The field to test is always the left member of the expression.The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields. The following operators are supported:
Expression combinationYou can make a expression combinations with the keywords " AND ", " OR " an " LIMIT ".The LIMIT keyword can be used to limit the number of items upon which running the expression. LIMIT can only be placed at the end of the expression followed by the number of elements you want. Examples:woob bank ls --condition 'label=Livret A'Display only the "Livret A" account. woob bank ls --condition 'balance>10000'Display accounts with a lot of money. woob bank history account@backend --condition 'label|rewe'Get transactions containing "rewe". woob bank history account@backend --condition 'date>2013-12-01 AND date<2013-12-09'Get transactions betweens the 2th December and 8th December 2013. woob bank history account@backend --condition 'date>2013-12-01 LIMIT 10'Get transactions after the 2th December in the last 10 transactions COPYRIGHTCopyright(C) 2010-2021 Romain BignonFor full copyright information see the COPYING file in the woob package. FILES"~/.config/woob/backends"SEE ALSOHome page: https://woob.tech/applications/cli
Visit the GSP FreeBSD Man Page Interface. |