seclaw 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +0 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1560,7 +1560,6 @@ async function add(template, options) {
|
|
|
1560
1560
|
p3.log.success(
|
|
1561
1561
|
`Capability '${pc3.bold(templateName)}' installed. ${pc3.cyan(String(installed.capabilities.length))} capabilities active.`
|
|
1562
1562
|
);
|
|
1563
|
-
p3.log.info(`Run ${pc3.cyan("docker compose restart agent")} to apply.`);
|
|
1564
1563
|
}
|
|
1565
1564
|
p3.outro(`${pc3.green("Done!")} Template ${pc3.bold(template)} is ready.`);
|
|
1566
1565
|
}
|