feat(fleet): add generation-guarded agent CRUD (#773)
This commit was merged in pull request #773.
This commit is contained in:
@@ -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',
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user