Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Arken CLI

License

NotificationsYou must be signed in to change notification settings

arkenrealms/cli

Repository files navigation

Runrush update

Using Commands

Try out:

rushx dev# ORrushx cli config.list# OR./bin/arken config.list

Usage

Commands

CommandAliasDescription
config.listclsGet the list of config variables.
config.setcsetSets the current metaverse/omniverse.
application.createappcreateCreates an application for the current metaverse/omniverse.
config.listconfig.set metaverse Arkenapplication.create ABCmath.add 1 1help.man cerebroask"Some question here"omniverse.set`{ where: { key: { equals:"arken" } } }`metaverse.set`{ where: { key: { equals:"arken" } } }`application.set`{ where: { name: { equals:"Arken" } } }`product.set`{ where: { key: { equals:"arken-isles" } } }`game.set`{ where: { key: { equals:"arken-isles" } } }`game.getErasgame.getEra`{ where: { name: { equals:"Prehistory" } } }`evolution.infoevolution.authevolution.connectSeerevolution.createShardevolution.getShards`{ where: { realmId: { equals:"REALM ID HERE" } } }`oasis.infooasis.auth --token TOKEN_HEREoasis.connectSeeroasis.createShardoasis.getShards`{ where: { realmId: { equals:"REALM ID HERE" } } }`cerebro.createAgent AgentNamecerebro.exec --agent AgentName --method MethodName --params Param1 --params Param2 --params Param3cerebro.exec --agent AgentName --method MethodName --params Param1 Param2 Param3cerebro.exec --agent Hisoka --method runcerebro.exec --agent Hisoka --method fetchAndProcessVideos --params H3AZiZUzglEcerebro.execHisoka.run()cerebro.exec Hisoka.fetchAndProcessVideos("H3AZiZUzglE")cerebro.exec --agent Gon --method ask --params"calculate 1+1""you always reply with a smile"cerebro.exec Gon.ask("calculate 1+1","you always reply with a smile")Gon.ask("calculate 1+1","you always reply with a smile")

Run the individual module CLI:

npx tsx src/modules/config/config.cli.ts listnpx tsx src/modules/config/config.cli.ts set metaverse Arkennpx tsx src/modules/application/application.cli.ts create ABCnpx tsx src/modules/math/math.cli.ts add 1 1npx tsx src/modules/help/help.cli.ts man cerebro

[8]ページ先頭

©2009-2025 Movatter.jp