-
Add support for Alibaba's [Function Compute](https://www.alibabacloud.com/product/function-compute) deployment and benchmarking via STeLLAR. We can do it via the Serverless plugin for Alibaba if the p…
-
Add `fcli fod release download-fpr --scan-type -f ` or similar command.
-
Especially with update operations, FoD rate limits are quite low, so it's likely that automation scripts that utilize fcli to perform updates run into rate limits. Fcli will currently likely fail when…
-
Is there a simple way to filter the output fields using the -o expr command? for example I would like to output only the following fields name, visibleCount, totalCount from the following command
…
-
Originally we used simple bash/PowerShell scripts for functional tests, located in the top-level `integration-test` folder. Now that we have the `fcli-functional-test` project, existing tests should b…
-
I don't recall seeing any information about retiring tokens in the FoD API documentation, but apparently there is an `/oauth/retireToken` endpoint as shown here for example: https://github.com/fod-dev…
-
It seems a bit overkill to have a top-level `fcli state` module with only a single `variable` sub-entity. Variable-related functionality would also fit perfectly well in the `util` module.
So, to k…
-
When trying to resolved a valid release, some FoD commands are failing, e.g.:
```
> fcli fod assessment-type list --release="IWA-Java [KAL]:main"
java.lang.IllegalArgumentException: Cannot find r…
-
The behavior of the `fcli fod lookup-items list` command isn't very intuitive / somewhat inconsistent with other fcli commands.
Apparently, `fcli fod lookup-items list` without parameters lists th…
-
OS: Windows 11
Node: 16.16
npm: 8.11.0
重现步骤:
npm init midway
选择:faas-v3 - A serverless application boilerplate with midway v3(faas) 后出错
选择: koa-v3 - A web application boilerplate with midwa…