Commandline interface for Sen2Cube.at backend.
- (inference): Add
inference delete
command to inference (close #3) - (inference): Add
--factbase_id
,knowledgebase_id
, and--status
filter to inference rerun and abort command (close #10) - (inference): add --dry-run option to
create
(close #9) - (inference): add --dry-run option to
rerun
andabort
command (close #6, close #7) - (docker): add SEN2CLI_VERSION build arg to Dockerfile to specify tag / commit to use.
- (sen2cli): add version command to display current version.
- (session): make token loading / refreshing more robust.
- (inference): move --output_format parameter from ls command to inference
- (inference): move --output_format parameter from ls command to inference
- (sen2cli): update help texts
- Update README.md and CONTRIBUTE.md
- (release): 0.2.0
- (git): update .gitignore
- set default config directory to ~/.sen2cli
Full set of changes: v0.1.0...0.2.0
- add empty Changelog
- update CONTRIBUTE.md and 'run in docker' section
- release 0.1.0
- add editor and linter config
- (inference): code reformatted