of {$slidecount} {$title}

Defaults Registries

]Tatin.LoadPackages [tatin]FilesAndDirs

Goes strait to the [tatin] Registry

]Tatin.LoadPackages FilesAndDirs

For dependencies all Registries are questioned as well!

Discuss …

  • what scanning registries means
  • when it takes place and when not

Default Registries

      ]Tatin.ListRegistries
 URI                      Alias               Port  Priority
 -----------------------  ------------------  ----  --------
 https://tatin.dev/       tatin                  0       100
 https://test.tatin.dev/  tatin-test             0         0

Discuss “Priority”

Priorities

Alternative chain

      ]Tatin.ListRegistries
 URI                          Alias               Port  Priority
 ---------------------------  ------------------  ----  --------
 C:\Private-Registry          private                0       900
 https://MyDep.MyCompany.com  department             0       800
 https://MyCompany.com        company                0       700
 https://tatin.dev/           tatin                  0       100
 https://test.tatin.dev/      tatin-test             0         0

Discuss the development of a new package Foo

  • During development it is published on [private]
  • For testing it is published on the [department] Registry, and deleted from [private]
  • For official usage in the company it is published on the [company] Registry, and deleted from [department]