Skip to content
Snippets Groups Projects
Commit c509bb05 authored by michael.minelli's avatar michael.minelli
Browse files

EnonceCreate => Add base creation

parent 95ffba7e
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,14 @@ class EnonceCreateCommand extends CommanderCommand { ...@@ -117,6 +117,14 @@ class EnonceCreateCommand extends CommanderCommand {
} }
} }
// Create the enonce
{
console.log(chalk.cyan('Please wait while we are creating the enonce...'));
const enonce = await DojoBackendManager.createProject(options.name, members);
console.log(enonce);
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment