Giter VIP home page Giter VIP logo

scrt's Introduction

scrt logo

Workflow status Coverage Status Go reference

scrt is a command-line secret manager for developers, sysadmins and devops. scrt aims to provide command-line users with a secure way of storing and retrieving secrets, while retaining control of the storage.

Warning

This project is currently under development and not production ready. Use at your own risk.

Documentation

https://scrt.run/guide

License

Apache 2.0

scrt's People

Contributors

dependabot[bot] avatar homersimpsons avatar loderunner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

scrt's Issues

Updating git secrets

Question: How does one update the secrets on github?

  1. I have the secrets set up locally
  2. I have initialised a repote repo
  3. Looking at reference/storage/git, it's unclear how one would push changes?

`scrt init` arguments mismatch with documentation

Hi,

The README presents the init sub-command as:

scrt init --storage=local \
          --password=p4ssw0rd \
          --local-path=~/.scrt/store.scrt

But this sub-command does not work as is:

$ scrt init --storage=local --password=p4ssw0rd --local-path=~/.scrt/store.scrt
Error: missing store location
Usage:
  scrt init [flags]

Flags:
  -h, --help        help for init
      --overwrite   overwrite store if it exists

Global Flags:
  -c, --config string     configuration file
      --location string   store location
  -p, --password string   master password to unlock the store
      --storage string    storage type

Note that init is expecting a --location parameter with the path:

$ scrt init --storage=local --password=p4ssw0rd --location=~/.scrt/store.scrt
local store initialized at ~/.scrt/store.scrt

You'll find the same code in this example, this example and this one have the same problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.