Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Tog (short for toggle) is a framework for clients and servers to converse about feature flags over Redis.
Tog (short for toggle) is a framework for clients and servers to converse about feature flags over Redis.
This is the command-line tool that interacts with the Server API to update flags and experiments.
Tog command-line uses Semantic Versioning 2.
npm install -g tog-cli
tog login -h <host-url>
, where <host-url>
is the address to your deployment of Tog Server (e.g. https://tog.mysite.com
)# Set my_app as default namespace
> tog config namespace my_app
# List flags
> tog list
namespace: my_app
┌──────────────┬─────────────┬───────────────┐
│ name │ description │ rollout │
├──────────────┼─────────────┼───────────────┤
│ blue-button │ - │ - value: true │
└──────────────┴─────────────┴───────────────┘
# Get a flag
> tog get blue-button
namespace: my_app
name: blue-button
description: "Make the button blue"
rollout:
- value: true
percentage: 30
- value: false
# Set a flag's description
> tog set blue-button -d "Make the button blue"
# Set a flag's rollout
> tog set blue-button --rollout "[{ percentage: 30, value: true }, value: false]"
# Set a flag's rollout to always true
> tog set blue-button --on
# Set a flag's rollout to always false
> tog set blue-button --off
FAQs
Tog (short for toggle) is a framework for clients and servers to converse about feature flags over Redis.
We found that tog-cli 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.