
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
CLI tool for minimal automation of Drone CD flow using Helm Chart type deployment.
CLI tool for minimal automation of Drone CI flow using Helm Chart type deployment.
$ npm install -g ftctl
$ ftctl COMMAND
running command...
$ ftctl (-v|--version|version)
ftctl/1.0.11 darwin-x64 node-v13.8.0
$ ftctl --help [COMMAND]
USAGE
$ ftctl COMMAND
...
ftctl help [COMMAND]display help for ftctl
USAGE
$ ftctl help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
ftctl release [STRING]This command updates .drone.yaml docker tag value, helm chart values.yaml (image.tag) and Chart.yaml (appVersion) to be the version provided as argument.
USAGE
$ ftctl release [STRING]
OPTIONS
-d, --drone=drone path to .drone.yaml folder
-f, --file=file file name of values.yaml
-h, --help show CLI help
-p, --path=path path to chart's root folder
-v, --version=version version to build and release
DESCRIPTION
This command updates .drone.yaml docker tag value, helm chart values.yaml (image.tag) and Chart.yaml (appVersion) to
be the version provided as argument.
Note: Chart version should be updated manually.
EXAMPLE
$ ftctl release -v 0.1.0-beta.1 -p <path-to-chart> -f <values.yaml filename> -d ."
App versioned '0.1.0-beta.1' build and releasing to staging initiated.
See code: src/commands/release.ts
NOTES
To publish new version, follow these steps:
npm version <version>npm publishTo update installed ftctl version, run:
npm update -g ftctl
FAQs
CLI tool for minimal automation of Drone CD flow using Helm Chart type deployment.
We found that ftctl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.