@settlemint/btp-sdk-cli
Advanced tools
Comparing version 0.3.2-pr3754eec to 0.3.2-pr5004d47
#!/usr/bin/env node | ||
import { cancel, intro, outro } from '@clack/prompts'; | ||
import { Command } from '@commander-js/extra-typings'; | ||
import { inverse, magentaBright, greenBright } from 'yoctocolors'; | ||
@@ -70,4 +71,4 @@ // package.json | ||
).description("Initializes the setup of the BTP SDK").action(async ({ pat, instance }) => { | ||
intro("Setting up the BTP SDK in your project"); | ||
outro(`You're all set!`); | ||
intro(inverse(magentaBright("Setting up the BTP SDK in your project"))); | ||
outro(inverse(greenBright("You're all set!"))); | ||
}); | ||
@@ -74,0 +75,0 @@ } |
{ | ||
"name": "@settlemint/btp-sdk-cli", | ||
"version": "0.3.2-pr3754eec", | ||
"version": "0.3.2-pr5004d47", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
13083
85