Distelli Flashcards
Where can I access Distelli
distelli.docusignhq.com
What is the URL
/DTR/apps/DTR
What is my password for Distelli?
domain credentials
What do I have to do after logging in to Distelli?
select the DTR project at the top right
What can an “Application” in Distelli do?
Applications in Distelli can connect to a repository enabling auto-builds on commit and auto-deploy on successful build.
Distelli switched from npm to ___
yarn (from Facebook)
How does yarn improve on npm?
Yarn installs packages at the much more of granular level (commit SHA) while NPM installs packages based solely on what is specified in your package.json file. Yarn is also smarter about how it installs different versions of dependencies and only installs the minimum number of different versions, always upgrading dependencies that can be upgraded
How do you get to the build for your PR from Github?
By clicking on the “Details” link next to the Distelli check in the approval area
What is a .yml file?
YAML stands for “YAML Ain’t Markup Language” and it is to configuration what markdown is to markup
YAML is technically a superset of
JSON
Another way to describe YAML
a human-readable data serialization language