mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-07 10:17:53 +02:00
fix(install): register AdaL capability metadata
This commit is contained in:
@@ -201,6 +201,19 @@ const HARNESS_CAPABILITIES = deepFreeze([
|
||||
hooks: hooks('not-configured', false, 'ECC hooks are not configured by this adapter.'),
|
||||
aliases: [],
|
||||
},
|
||||
{
|
||||
id: 'adal',
|
||||
label: 'AdaL CLI',
|
||||
targetIds: ['adal'],
|
||||
channel: 'managed-project',
|
||||
installMode: 'managed-project',
|
||||
guidedReady: false,
|
||||
availability: 'advanced',
|
||||
destination: './.adal',
|
||||
scopes: [scope('project', 'adal', './.adal')],
|
||||
hooks: hooks('not-configured', false, 'ECC hooks are not configured by this adapter.'),
|
||||
aliases: ['adal-cli'],
|
||||
},
|
||||
{
|
||||
id: 'hermes',
|
||||
label: 'Hermes',
|
||||
|
||||
Reference in New Issue
Block a user