Skip to content

Version Check Guide

ByoungSeob Kim edited this page Mar 7, 2025 · 1 revision
  • Check the Spider Binary Version

    $ cd $CBSPIDER_ROOT
    $ ./start.sh -v
    
    Version:    v0.10.2-83
    Commit SHA: 65c87d05
    Build Time: Fri Mar  7 14:19:29 KST 2025
    
  • Check the Running Server Version

    curl -sX GET http://localhost:1024/spider/version | json_pp
    
    {
       "Version" : "CB-Spider v0.10.2-83"
    }
    

Table of contents



Clone this wiki locally