-
For the vast majority of situations, the `list` commands of entities can basically provide the same information as a `get` command. Because of that, there is some internal debate as to wether or not t…
-
To provide better insight as to why an artifact was processed or not, add an artifact status field in the CSV files. Potentially, we can then remove the `purged` boolean field, as artifact status will…
-
trying to run this query
`./fcli ssc role ls -o json -q '{true,false}.contains(allApplicationRole)'`
results in
```
java.lang.IllegalStateException: Error evaluating query expression:
Mes…
-
Do we really need to provide an option for writing the output to a file, or can we just rely on shell redirection? The `-o` option was based on the similar `curl` option, but looking at for example `k…
-
feature to count the number of contributors given a repo name (FoD NCD).
This is the current workaround even do you need to add -2 or -3 to the found number because of the first line and and few em…
-
If `fcli` is used against a containerlab topo, only have the containerlab topo file as config argument and generate YAMLInventory files to avoid the configuration overhead.
-
Given that `--fields` eventually affects the format of the output (i.e. what columns/properties are displayed), we could consider condensing these two options into a single `--fmt` option like in the …
-
Probably due to some auto formatting, some of the options under "Common Options" is showing as a single long hyphen instead of a double hyphen. E.g. --help or --env-prefix look like there is only a si…
-
Some commands that can't produce useful output currently just write a status message like 'DONE' to stdout. For consistency, all commands should use OutputMixin such that users can choose different ou…
-
fcli version: `fcli version 0.20230505.122628-dev_2.0.0-beta, built on 2023-05-05 12:26:58`
## Issue:
When trying to then generate the report using a group name applied to the GitLab's `group.name…