Skip to content

Commit

Permalink
Mark adding secret variable method as not yet ready to be used.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel committed Dec 2, 2024
1 parent efa6b0c commit 29c8368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/hurl/src/runner/variable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ impl VariableSet {
Ok(())
}

#[deprecated(
note = "This method is not yet ready for use: secret/private variables are still under development"
)]
/// Inserts a secret variable named `name` with `value` into the variable set.
///
/// Contrary to [`VariableSet::insert`], this method can not fail: a secret can override a
Expand Down

0 comments on commit 29c8368

Please sign in to comment.