Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commandoperator/cmdop-sdk
/ functions
Functions
325 in github.com/commandoperator/cmdop-sdk
⨍
Functions
325
◇
Types & classes
118
Function
test_skills_list_round_trip
()
python/tests/test_skills.py:112
Function
test_surface_has_all_skills_methods
()
python/tests/test_skills.py:91
Function
test_token_env_fallback
(monkeypatch: pytest.MonkeyPatch)
python/tests/test_config.py:29
Function
test_unary_error_code_maps_to_typed_exception
Every core ErrorInfo.code maps to its typed exception on a unary call.
python/tests/test_transport.py:353
Function
test_unary_error_maps_to_typed_exception
()
python/tests/test_transport.py:129
Function
test_unary_response_round_trip
()
python/tests/test_transport.py:101
Function
test_unsupported_platform_raises
(monkeypatch)
python/tests/test_locate.py:67
Function
toSnake
camelCase -> snake_case (activeSession -> active_session, setRole -> set_role).
node/src/_parity.ts:24
Method
trigger
Run now.
python/src/cmdop/resources/schedules.py:123
Method
trigger
Run now.
node/src/resources/schedules.ts:130
Method
tunnels
(self)
python/src/cmdop/client.py:79
Method
tunnels
()
node/src/client.ts:59
Function
unary
Send a unary REQUEST envelope; the typed arm is read by the caller.
node/src/resources/base.ts:72
Method
update
Partial-update a skill you own. ``category`` is a category slug.
python/src/cmdop/resources/skills.py:125
Method
update
( self, schedule_id: str, *, fleet_id: str | None = None, name: str |
python/src/cmdop/resources/schedules.py:80
Method
update
( self, fleet_id: str, *, name: str | None = None, mfa_required: str | None = None )
python/src/cmdop/resources/fleets.py:68
Method
update
(self, machine_id: str, name: str | None = None)
python/src/cmdop/resources/machines.py:54
Method
update
(slug: string, opts: SkillsUpdateOptions = {})
node/src/resources/skills.ts:131
Method
update
( fleetId: string, body: { name?: string; mfaRequired?: string } = {}, )
node/src/resources/fleets.ts:78
Method
update
(scheduleId: string, opts: UpdateScheduleOptions)
node/src/resources/schedules.ts:107
Method
update
(machineId: string, body: { name?: string } = {})
node/src/resources/machines.ts:60
Method
versions
(self, slug: str)
python/src/cmdop/resources/skills.py:98
Method
versions
(slug: string)
node/src/resources/skills.ts:112
Method
wait
(self)
python/tests/test_transport.py:66
Method
write
(self, data: bytes)
python/tests/test_transport.py:47
← previous
301–325 of 325, ranked by callers