diff --git a/package.json b/package.json index 81c9e181c..7bab5e716 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.25.31", + "version": "1.25.32", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh", diff --git a/tests/remote.bats b/tests/remote.bats index c64076156..b43d535c7 100755 --- a/tests/remote.bats +++ b/tests/remote.bats @@ -30,3 +30,8 @@ load test-helper run "${clicmd}" remote commands assert_success } + +@test "$clinom remote commands json" { + run "${clicmd}" remote commands json + assert_success +}