techdocs icon indicating copy to clipboard operation
techdocs copied to clipboard

Documentation: Oudated Documentation Page

Open K-Kumar-01 opened this issue 3 years ago • 1 comments

Discussion 🗣

The page here shows a command execute for executing clauses. However, current implementation of cicero-cli (v0.22.0) doesn't contain such command

cicero --help
cicero <cmd> [args]

Commands:
  cicero parse       parse a contract text
  cicero draft       create contract text from data
  cicero normalize   normalize markdown (parse & redraft)
  cicero trigger     send a request to the contract
  cicero invoke      invoke a clause of the contract
  cicero initialize  initialize a clause
  cicero archive     create a template archive
  cicero compile     generate code for a target platform
  cicero get         save local copies of external dependencies

Options:
  --version      Show version number                                   [boolean]
  --verbose, -v                                                 [default: false]
  --help         Show help                                             [boolean]

Context

The page seems to be outdated and should either be updated accordingly or removed to avoid any confusion.

K-Kumar-01 avatar May 24 '22 01:05 K-Kumar-01

Looking into this.

anablaz avatar Feb 21 '24 23:02 anablaz