Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudolfochrist/senf
secured env files
https://github.com/rudolfochrist/senf
Last synced: 4 days ago
JSON representation
secured env files
- Host: GitHub
- URL: https://github.com/rudolfochrist/senf
- Owner: rudolfochrist
- License: mpl-2.0
- Created: 2023-12-28T15:45:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T15:46:48.000Z (about 1 year ago)
- Last Synced: 2024-12-05T17:46:46.367Z (about 1 month ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
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.