Support namespaces for section name #4

Closed
opened 2022-07-29 18:09:57 +03:00 by pleshevskiy · 0 comments
Owner

Add section namespace and add possibility to enable/disable by section.

### db:local
DATABASE_URL=local
### db:staging
# DATABASE_URL=staging

### local
VAR=10
### staging
# VAR=20

The following code will switch only DATABASE_URL

vnetod db:staging

The following code will switch all sections to local

vnetod local
Add section namespace and add possibility to enable/disable by section. ``` ### db:local DATABASE_URL=local ### db:staging # DATABASE_URL=staging ### local VAR=10 ### staging # VAR=20 ``` The following code will switch only `DATABASE_URL` ``` vnetod db:staging ``` The following code will switch all sections to local ``` vnetod local ```
pleshevskiy added the
C
feature
label 2022-07-29 18:09:57 +03:00
pleshevskiy added this to the v0.2.0 milestone 2022-07-29 18:17:35 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: pleshevskiy/vnetod#4
No description provided.