Documentation
¶
Index ¶
Constants ¶
const ConID = "local"
ConID is the default connection ID
const DefaultPublicGHRepoURL = "https://github.com/codewind-resources/nodeExpressTemplate"
DefaultPublicGHRepoURL is a URL to a public GitHub repo (not requiring auth to access) that PFE already has on startup
const GHEDevfileURL = "https://raw.github.ibm.com/Richard-Waller/sampleGHETemplateRepo/2a0cb5e1accfc077e375f6582f7ee27015c4005b/devfiles/index.json"
GHEDevfileURL is a URL to a devfiles/index.json in a GitHub Enterprise repo
const GHEPassword = "INSERT YOUR OWN: e.g. 1234kljfdsjfaleru29348spodkfj445"
GHEPassword is a password that passes the auth required to access a GHERepoURL
const GHEPersonalAccessToken = "INSERT YOUR OWN"
GHEPersonalAccessToken is a personal access token that passes the auth required to access a GHERepoURL
const GHERepoURL = "https://github.ibm.com/DevCamp2018/git-basics"
GHERepoURL is a URL to a GitHub Enterprise repo (requiring auth to access)
const GHEUsername = "INSERT YOUR OWN: e.g. foo.bar@foobar.com"
GHEUsername is a username that passes the auth required to access a GHERepoURL
const PublicGHDevfileURL = "https://raw.githubusercontent.com/kabanero-io/codewind-templates/aad4bafc14e1a295fb8e462c20fe8627248609a3/devfiles/index.json"
PublicGHDevfileURL is a URL to a devfiles/index.json in a public GitHub repo (not requiring auth to access)
const PublicGHRepoURL = "https://github.com/microclimate-dev2ops/nodeExpressTemplate"
PublicGHRepoURL is a URL to a public GitHub repo (not requiring auth to access) that PFE does not have on startup. It is linked to by the `PublicGHDevfileURL`
const UsingOwnGHECredentials = false
UsingOwnGHECredentials should be set to true if you want to run tests using the credentials above
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.