@oyster-lib/cli 2.1.0 → 2.1.1
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26567,7 +26567,7 @@ function setMigrate(program2) {
|
|
|
26567
26567
|
}
|
|
26568
26568
|
|
|
26569
26569
|
// src/index.ts
|
|
26570
|
-
program.name("oyster").version("2.
|
|
26570
|
+
program.name("oyster").version("2.1.1").description("Oyster CLI v2 - deploy and manage your Oyster applications");
|
|
26571
26571
|
setLogin(program);
|
|
26572
26572
|
setInit(program);
|
|
26573
26573
|
setDeploy(program);
|