Page History
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
# Connection
Import-Module JS7
Connect-JS7 -Url http://root:root@localhost:4446 -Id 'Controller' | Out-Null
# Clone Git repository
Invoke-JS7GitRepositoryClone -Folder '/Accounting' -Url 'git@github.com:sos-berlin/js7-demo-inventory-rollout-test.git'
# Connection
Disconnect-JS7 |
...
Overview
Content Tools