Yankee
Yankee
Signed-off-by: Yankee Maharjan ## Description Add Terrascan CLI. It detects compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud-native infrastructure. ## Motivation and Context -...
`arkade get` without any argument dumps a list of CLIs it can install in a table format. It's hard to search for the tool one is looking for. It will...
Signed-off-by: Yankee Maharjan ## Description Allows the user to run a dry run of tool download to view what version of the tool is being downloaded, and what up version...
Helm splits comma-separated values passed with --set. Add escape character to escape comma to prevent the default behavior. Fixes #475 Signed-off-by: Yankee Maharjan ## Description Helm splitting comma-separated values seem...
Before downloading tools via `arkade get` it would be great to view what version of tool the user would be downloading upon running `arkade get ` . ## Expected Behaviour...
Check if the user has permission to write to `$TMPDIR` before downloading binary. Else the following issue occurs: ```bash $~ arkade get inletsctl Downloading inletsctl https://github.com/inlets/inletsctl/releases/download/0.8.2/inletsctl.tgz Error: check with the...
There's an option to `get` arkade's latest release from arkade itself. But since the binary PATH is `~/.arkade/bin` and it tries to overwrite itself while updating it shows `text file...
Uninstall sub-command for server and agent. Signed-off-by: yankeexe ## Todo - [ ] Add `--host` flag support. ## Description Added Uninstall sub-command to run the uninstallation script for both server...
When I suspend the vim foreground process in bash shell using `ctrl + z` , the `coc-python` module stops working. This happens specifically with the **MPLS** server. 
GitHub allows fetching `first: 100` or `last:100` items from the GraphQL API. With that the CLI is also fetching data from the first 100 repos in an organization. Add pagination...