aeontel swarm-version
Manage swarm versions
Swarm-version commands
aeontel swarm-version list
List versions of a swarm
TypeScript
aeontel swarm-version list --swarm <id>Shell
aeontel swarm-version list --swarm wsp_...aeontel swarm-version create
Create a new version of a swarm
TypeScript
aeontel swarm-version create --swarm <id> [--name <name>] [--instructions <text>] [--model <id>] [--input-schema-id <id>] [--output-schema-id <id>]Shell
aeontel swarm-version create --swarm wsp_...aeontel swarm-version get
Get a single swarm version
TypeScript
aeontel swarm-version get <id>Shell
aeontel swarm-version get id_...aeontel swarm-version update
Update a swarm version
TypeScript
aeontel swarm-version update <id> [--name <name>] [--instructions <text>] [--model <id>] [--input-schema-id <id>] [--output-schema-id <id>] [--entry-node-id <id>]Shell
aeontel swarm-version update id_...aeontel swarm-version delete
Delete a version
TypeScript
aeontel swarm-version delete <id>Shell
aeontel swarm-version delete id_...aeontel swarm-version fork
Fork a version into a new version
TypeScript
aeontel swarm-version fork <id> [--name <name>]Shell
aeontel swarm-version fork id_...aeontel swarm-version set-default
Set a version as the swarm's default
TypeScript
aeontel swarm-version set-default <id>Shell
aeontel swarm-version set-default id_...