feat(fleet): add generation-guarded agent CRUD (#773)
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful

This commit was merged in pull request #773.
This commit is contained in:
2026-07-15 12:03:05 +00:00
parent 191efaefeb
commit bc5e73629e
10 changed files with 1866 additions and 0 deletions

View File

@@ -82,10 +82,14 @@ describe('registerFleetCommand', () => {
expect(fleet!.commands.map((command) => command.name()).sort()).toEqual([
'add',
'backlog',
'create',
'delete',
'get',
'init',
'install',
'install-systemd',
'persona',
'plan',
'profile',
'provision',
'ps',
@@ -94,6 +98,7 @@ describe('registerFleetCommand', () => {
'start',
'status',
'stop',
'update',
'verify',
]);
});