Files
pnpm/releasing/plugin-commands-publishing/test/utils/tokenHelperBasic.bat
Nacho Aldama 5a5e42551e feat: allow using token helpers in pnpm publish (#7443)
Close #7316

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-01-08 01:24:57 +01:00

9 lines
231 B
Batchfile

@echo off
setlocal enabledelayedexpansion
set "PASSWORD=password"
for /f "delims=" %%i in ('powershell -Command "[Convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes('!PASSWORD!'))"') do set ENCODED=%%i
echo Basic %ENCODED%