王波 9658719b43 初始化仓库 3 nedēļas atpakaļ
..
scripts 9658719b43 初始化仓库 3 nedēļas atpakaļ
tests 9658719b43 初始化仓库 3 nedēļas atpakaļ
Readme.md 9658719b43 初始化仓库 3 nedēļas atpakaļ
__init__.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
data_add.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
data_delete.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
data_edit.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
data_show.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
db_ops.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
jobs.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
monitor.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
testing.py 9658719b43 初始化仓库 3 nedēļas atpakaļ
utils.py 9658719b43 初始化仓库 3 nedēļas atpakaļ

Readme.md

Command line interface tasks

As part of the backend server functionality, FlexMeasures includes commands to work on the database through python scripts. These scripts are made available as cli tasks.

To view the available commands, run:

flexmeasures --help  

For help on individual commands, type flexmesaures <command> --help. Structural data refers to database tables which do not contain time series data.

To create new commands, be sure to register any new file (containing the corresponding script) with the flexmeasures CLI in flexmeasures/cli/__init__.py.