Skip to content

Commit

Permalink
remove config (#5)
Browse files Browse the repository at this point in the history
* remove config

* fix
  • Loading branch information
RedkinM authored Dec 27, 2024
1 parent 10da1e6 commit fceae6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions install/mac-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,4 @@ echo "Please open a new terminal session or source your $CONFIG_FILE file to use
# Clean up
rm -rf /tmp/first

# setup config
cat <<EOF >> "$HOME"/dodocli/.dodocli
[default]
tenantId = "585ca83d-87b8-4ca9-8a30-98085370c548"
clientId = "8f27073c-3b4e-4700-a67c-a761778ef581"
subscriptionId = "f5954335-be33-4b17-9f4f-e12d152f5ebe"
EOF

echo "Installation complete. Restart your terminal to start using dodo CLI"
10 changes: 0 additions & 10 deletions install/windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ if ($oldPath -notcontains $destDir) {
[System.Environment]::SetEnvironmentVariable("Path", $newPath, [System.EnvironmentVariableTarget]::User)
}

# Setup config
$configFile = Join-Path -Path $destDir -ChildPath ".dodocli"
$configContent = @"
[default]
tenantId = "585ca83d-87b8-4ca9-8a30-98085370c548"
clientId = "8f27073c-3b4e-4700-a67c-a761778ef581"
subscriptionId = "f5954335-be33-4b17-9f4f-e12d152f5ebe"
"@
$configContent | Out-File -FilePath $configFile

# Clean up
Remove-Item -Path $tempDir -Recurse -Force

Expand Down

0 comments on commit fceae6a

Please sign in to comment.