env2bws 0.2.2

A tool to help import variables from .env files into Bitwarden Secrets Manager.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Sample Environment Variables
# 
# These comment lines are ignored by env2bws because they are not following a variable declaration

# Service 1 - This comment line is also ignored
SERVICE_1_API_PORT=8001  # THIS IS A SAMPLE COMMENT
SERVICE_1_WEB_PORT=8002
SERVICE_1_DATA=/path/to/data/service_1

# Service 2
SERVICE_2_API_PORT=8003
SERVICE_2_WEB_PORT=8004
SERVICE_2_DATA=/path/to/data/service_2 # Another comment