Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rudolfochrist/senf

secured env files
https://github.com/rudolfochrist/senf

Last synced: 4 days ago
JSON representation

secured env files

Awesome Lists containing this project

README

        

1 NAME
======

senf --- secured env files

2 VERSION
=========

0.1

3 SYNOPSIS
==========

,----
| senf setup # setup store
| senf add-group webapp
| senf new webapp dev # create envfile for dev
|
| senf run webapp dev -- ./run-webapp
`----

4 DESCRIPTION
=============

,----
| senf
| Secured env -> senv -> senf (mustard in German)
| Commands:
| setup -- Initialize a new secured env store
| add-group -- Add a new group.
| new -- Create a new encrypted env file
| show -- Show envfile.
| edit -- Edit envfile.
| run -- -- Start with env vars from group/env
| help -- Display help
| version -- Show version
`----

5 INSTALLATION
==============

1. Install [age]
2. Run `make install', optionally setting `prefix'
1. `make prefix=/opt/senf install'

[age]

6 AUTHOR
========

Sebastian Christ ()

7 COPYRIGHT
===========

Copyright (c) 2023 Sebastian Christ ([email protected])

8 LICENSE
=========

Released under the MPL-2.0 license.