divekit init
The ‘init’ command sets up a new Divekit project environment, generating the necessary configuration files with sensible defaults.
[!WARNING] Not yet implemented
Initializes a new Divekit origin repository by creating the necessary configuration files.
(npm init
and git init
provide the expected functionality)
Example
$ divekit init
This utility will walk you through creating the
necessary configuration files to turn this current
folder into an `origin` Divekit repository.
It only covers the most common items, and tries to
guess sensible defaults.
Press ^C at any time to quit.
? Repository name: ST2-{{now "2006"}}-{{uuid}}
? Distribution [milestone]: test
? Use default structure [Y/n]: n
? Repository target group id: 234567
? Repository test group id: 345678
? Repository members csv [members.csv]: ./../members.csv
Repository configuration created at `./.divekit_norepo/distribution/test/`
$ ls -a .divekit_norepo/distribution/test/
repositoryConfig.json
Last modified January 23, 2025: create files for notes, ideas, questsions (d0ee9e3)