This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| meshblu-util update -p -d '{"$set": {"genisys.options.backgroundImageUrl": "https://cdn.octoblu.com/cinemagraphs/jade-is-working3.png", "genisys.options.backgroundVideoUrl": "https://cdn.octoblu.com/cinemagraphs/jade-is-working3.mp4"}}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "object", | |
| "properties": { | |
| "genisys": { | |
| "type": "object", | |
| "properties": { | |
| "backgroundImageUrl": { | |
| "title": "Background Image URL", | |
| "type": "string", | |
| "default": "https://cdn.octoblu.com/images/leo-1920x1080.jpg" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| main(){ | |
| local service="$1" | |
| local version="$2" | |
| local exit_code | |
| while true; do | |
| t1000 status "$service" | grep 'minorVersion' | grep "$version" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Autodiscover | |
| https://mail.citrix.com/autodiscover/Services.wsdl | |
| https://mail.citrix.com/autodiscover/messages.xsd | |
| ## EWS | |
| https://mail.citrix.com/ews/services.wsdl | |
| https://mail.citrix.com/ews/messages.xsd | |
| https://mail.citrix.com/ews/types.xsd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Citrix Registry", | |
| "documentation": "...", | |
| "version": "1.0.0", | |
| "items": { | |
| "citrix-meshblu-connector-display": { | |
| "_id": "citrix-meshblu-connector-display", | |
| "name": "Windows Display", | |
| "description": "blah blah blah", | |
| "type": "device:display", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - Check if it works out of the box | |
| - npm run test | |
| - npm run test:watch | |
| - npm run lint | |
| - npm start | |
| - npm build | |
| - yo zooid:component | |
| - run checks again | |
| - npm-check -u | |
| - Update all packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +---------------------------------------------------------+----------------------------------+ | |
| | KEY | VALUE | | |
| +---------------------------------------------------------+----------------------------------+ | |
| | octoblu/endo-github/env | <dir> | | |
| | octoblu/endo-github/env/APP_OCTOBLU_HOST | https://app.octoblu.com/ | | |
| | octoblu/endo-github/env/DEBUG | nothing | | |
| | octoblu/endo-github/env/ENDO_GITHUB_GITHUB_CALLBACK_URL | https://endo-github.octoblu.com | | |
| | octoblu/endo-github/env/ENDO_GITHUB_MANAGER_URL | https://endo-manager.octoblu.com | | |
| | octoblu/endo-github/env/ENDO_GITHUB_SERVICE_URL | https://endo-github.octoblu.com | | |
| | octoblu/endo-github/env/ENDO_OCTOBLU_OAUTH_URL | https://oauth.octoblu.com | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| config: { | |
| // default font size in pixels for all tabs | |
| fontSize: 26, | |
| // font family with optional fallbacks | |
| fontFamily: 'Source Code Pro for Powerline', | |
| // terminal cursor background color (hex) | |
| cursorColor: '#F81CE5', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| box: alpine | |
| # You can also use services such as databases. Read more on our dev center: | |
| # http://devcenter.wercker.com/docs/services/index.html | |
| # services: | |
| # - postgres | |
| # http://devcenter.wercker.com/docs/services/postgresql.html | |
| # - mongo | |
| # http://devcenter.wercker.com/docs/services/mongodb.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Log obtained by running: | |
| # wercker --debug build &> wercker.log | |
| # for wercker.yml, see: https://gist.github.com/sqrtofsaturn/917c31e51c6dc80e78a3b4906b183474 | |
| time="2016-07-11T16:38:54-07:00" level=debug line="events.go:177" msg=BuildStarted Logger=Events | |
| time="2016-07-11T16:38:54-07:00" level=debug line="main.go:857" msg=" AWSOptions *core.AWSOptions" Logger=Options | |
| time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSAccessKeyID string = " Logger=Options | |
| time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSRegion string = us-east-1" Logger=Options | |
| time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSSecretAccessKey string = " Logger=Options | |
| time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" S3Bucket string = wercker-development" Logger=Options |