Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/every-spies-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": patch
---

Replace --force flag to the new --yes to skip confirmation prompts on apps remove action.
5 changes: 5 additions & 0 deletions .changeset/smooth-animals-write.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": patch
---

Bump devnet@2.0.0-alpha.11 and cartesi/rollup@2.2.0 npm packages.
5 changes: 5 additions & 0 deletions .changeset/smooth-years-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": patch
---

Bump CLI default SDK version from alpha.34 to alpha.37.
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"yaml": "^2.8.2"
},
"devDependencies": {
"@cartesi/devnet": "2.0.0-alpha.10",
"@cartesi/rollups": "2.1.1",
"@cartesi/devnet": "2.0.0-alpha.11",
"@cartesi/rollups": "2.2.0",
"@sunodo/wagmi-plugin-hardhat-deploy": "^0.4.0",
"@types/bun": "^1.3.6",
"@types/bytes": "^3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class InvalidStringArrayError extends Error {
*/
const DEFAULT_FORMAT = "ext2";
const DEFAULT_RAM = "128Mi";
export const DEFAULT_SDK_VERSION = "0.12.0-alpha.34";
export const DEFAULT_SDK_VERSION = "0.12.0-alpha.37";
export const DEFAULT_SDK_IMAGE = "cartesi/sdk";
export const PREFERRED_PORT = 6751;

Expand Down
2 changes: 1 addition & 1 deletion apps/cli/src/exec/rollups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ export const removeApplication = async (options: {
const removeArgs = [application];

if (force) {
removeArgs.push("--force");
removeArgs.push("--yes");
}

return execa("docker", [
Expand Down
14 changes: 7 additions & 7 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading