X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=c53049e3463d7931850555e6f806b39c82ee6170;hb=3f3faa30b7341acd221fd580b00418b4684ae85c;hp=be8b0d278b074e09dbc09fcef7d6534ef0b1d87a;hpb=4fad38a5dcd272da5e5381dd9e7c49cfd8bd9be7;p=osm%2Fosmclient.git diff --git a/README.md b/README.md index be8b0d2..c53049e 100644 --- a/README.md +++ b/README.md @@ -169,3 +169,12 @@ Then you can add the following to your $HOME/.bashrc file: . .bash_completion.d/osm-complete.sh ``` +## Future work + +- Create command classes for list and show operations +- Option `-c` for list and show operations to filter output and show only selected columns +- Option `-o ` to adapt output format (table, csv, yaml, json, jsonpath) +- Command ns-status to show the deployment status (RO) and configuration status (VCA) in an appealing format +- See how to deprecate commands and options: +- Evaluate the possibility to re-structure code to uniform all commands: `check`, `table_headers`, `run`, `output` +