Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 714 Bytes

env.rst

File metadata and controls

32 lines (20 loc) · 714 Bytes

ENV

Manipulates the environment variables stored in a .env file

RKD is always loading an .env file on startup, those tasks in this package allows to manage variables stored in .env file in the scope of a project.

:env:get

env_get

Example of usage:

rkd :env:get --name COMPOSE_PROJECT_NAME

:env:set

env_set

Example of usage:

rkd :env:set --name COMPOSE_PROJECT_NAME --value hello
rkd :env:set --name COMPOSE_PROJECT_NAME --ask
rkd :env:set --name COMPOSE_PROJECT_NAME --ask --ask-text="Please enter your name:"