We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5082327 commit 2f6a9fcCopy full SHA for 2f6a9fc
crates/tracel-xtask/src/commands/secrets.rs
@@ -159,7 +159,7 @@ fn edit(args: SecretsEditSubCmdArgs) -> anyhow::Result<()> {
159
Ok(())
160
}
161
162
-fn env_file(args: SecretsEnvFileSubCmdArgs) -> anyhow::Result<()> {
+pub fn env_file(args: SecretsEnvFileSubCmdArgs) -> anyhow::Result<()> {
163
if args.secret_ids.is_empty() {
164
eprintln!("No secrets provided.");
165
return Ok(());
0 commit comments