Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
7dc93d3d
You need to sign in or sign up before continuing.
Commit
7dc93d3d
authored
3 years ago
by
myishay
Browse files
Options
Download
Email Patches
Plain Diff
fix: better windows installing instructions
parent
5f209fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
windows_install.ps1
+6
-4
windows_install.ps1
with
6 additions
and
4 deletions
+6
-4
windows_install.ps1
+
6
-
4
View file @
7dc93d3d
...
...
@@ -47,13 +47,15 @@ Invoke-WebRequest -Uri "https://get.datree.io/k8s-demo.yaml" -OutFile $k8sDemoPa
Write-Host
"[V] Finished Installation"
-ForegroundColor
DarkGreen
Write-Host
""
Write-Host
"To run datree globally, please
run the following command as administrator
:"
-ForegroundColor
Cyan
Write-Host
"To run datree globally, please
follow these steps
:"
-ForegroundColor
Cyan
Write-Host
""
Write-Host
"setx PATH
`"`$
env:path;
$datreePath
`"
-m"
Write-Host
"
1. Run the following command as administrator:
``
setx PATH
`"`$
env:path;
$datreePath
`"
-m
``
"
Write-Host
""
Write-Host
" Usage: datree test
`$
home/.datree/k8s-demo.yaml"
-ForegroundColor
DarkGreen
Write-Host
" 2. Close and reopen your terminal."
Write-Host
""
Write-Host
"For more information, please visit https://datree.io"
-ForegroundColor
Cyan
Write-Host
""
Write-Host
" Us
ing Helm? => https://hub.datree.io/helm-plugin"
Write-Host
" Us
age: datree test
`$
home/.datree/k8s-demo.yaml"
-ForegroundColor
DarkGreen
Write-Host
""
Write-Host
" Run 'datree completion -h' to learn how to generate shell autocompletions"
Write-Host
""
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment