Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/utils/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import re
__version__ = "0.1"
__version__ = "0.2"
__ph_version__ = "v1"

description = "Securely manage and sync environment variables with Phase."
Expand Down Expand Up @@ -35,4 +35,4 @@
pss_service_pattern = re.compile(r"^pss_service:v(\d+):([a-fA-F0-9]{64}):([a-fA-F0-9]{64}):([a-fA-F0-9]{64}):([a-fA-F0-9]{64})$")

cross_env_pattern = re.compile(r"\$\{(.+?)\.(.+?)\}")
local_ref_pattern = re.compile(r"\$\{(.+?)\}")
local_ref_pattern = re.compile(r"\$\{([^.]+?)\}")