Skip to content

Commit f11e09c

Browse files
add P_LICENSE_SIGNATURE_BASE64_FILE_PATH to interactive (#1624)
1 parent 6191c36 commit f11e09c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/interactive.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,16 @@ fn get_enterprise_base_prompts() -> Vec<EnvPrompt> {
627627
required: true,
628628
is_secret: false,
629629
},
630+
EnvPrompt {
631+
env_var: "P_LICENSE_SIGNATURE_BASE64_FILE_PATH",
632+
display_name: "License Signature Base64 File Path (priority)",
633+
required: false,
634+
is_secret: false,
635+
},
630636
EnvPrompt {
631637
env_var: "P_LICENSE_SIGNATURE_FILE_PATH",
632638
display_name: "License Signature File Path",
633-
required: true,
639+
required: false,
634640
is_secret: false,
635641
},
636642
EnvPrompt {

0 commit comments

Comments
 (0)