@rockcarver/frodo-cli 0.16.2-0 → 0.16.2-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/esm/app.js +3 -3
- package/esm/app.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.16.2-1] - 2022-10-11
|
|
11
|
+
|
|
10
12
|
## [0.16.2-0] - 2022-10-11
|
|
11
13
|
|
|
12
14
|
### Added
|
|
@@ -660,7 +662,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
660
662
|
- Fixed problem with adding connection profiles
|
|
661
663
|
- Miscellaneous bug fixes
|
|
662
664
|
|
|
663
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.16.2-
|
|
665
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.16.2-1...HEAD
|
|
666
|
+
|
|
667
|
+
[0.16.2-1]: https://github.com/rockcarver/frodo-cli/compare/v0.16.2-0...v0.16.2-1
|
|
664
668
|
|
|
665
669
|
[0.16.2-0]: https://github.com/rockcarver/frodo-cli/compare/v0.16.1...v0.16.2-0
|
|
666
670
|
|
package/esm/app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env -S node --no-warnings --enable-source-maps --experimental-specifier-resolution=node
|
|
2
2
|
import { ConnectionProfile } from '@rockcarver/frodo-lib';
|
|
3
|
-
import { Command } from 'commander';
|
|
4
|
-
|
|
3
|
+
import { Command } from 'commander'; // commands
|
|
4
|
+
|
|
5
5
|
import admin from './cli/admin/admin';
|
|
6
6
|
import app from './cli/app/app';
|
|
7
7
|
import conn from './cli/conn/conn';
|
|
@@ -21,10 +21,10 @@ import { getVersions } from './utils/Version';
|
|
|
21
21
|
const {
|
|
22
22
|
initConnectionProfiles
|
|
23
23
|
} = ConnectionProfile;
|
|
24
|
-
const program = new Command('frodo').version(await getVersions(false), '-v, --version');
|
|
25
24
|
|
|
26
25
|
(async () => {
|
|
27
26
|
try {
|
|
27
|
+
const program = new Command('frodo').version(await getVersions(false), '-v, --version');
|
|
28
28
|
printMessage(await getVersions(true), 'text', false);
|
|
29
29
|
initConnectionProfiles();
|
|
30
30
|
program.addCommand(admin());
|
package/esm/app.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.js","names":["ConnectionProfile","Command","admin","app","conn","email","esv","idm","idp","info","journey","logging","realm","saml","script","theme","printMessage","getVersions","initConnectionProfiles","program","version","addCommand","showHelpAfterError","enablePositionalOptions","parse","e","console","log"],"sources":["app.ts"],"sourcesContent":["#!/usr/bin/env -S node --no-warnings --enable-source-maps --experimental-specifier-resolution=node\n\nimport { ConnectionProfile } from '@rockcarver/frodo-lib';\nimport
|
|
1
|
+
{"version":3,"file":"app.js","names":["ConnectionProfile","Command","admin","app","conn","email","esv","idm","idp","info","journey","logging","realm","saml","script","theme","printMessage","getVersions","initConnectionProfiles","program","version","addCommand","showHelpAfterError","enablePositionalOptions","parse","e","console","log"],"sources":["app.ts"],"sourcesContent":["#!/usr/bin/env -S node --no-warnings --enable-source-maps --experimental-specifier-resolution=node\n\nimport { ConnectionProfile } from '@rockcarver/frodo-lib';\nimport { Command } from 'commander';\n\n// commands\nimport admin from './cli/admin/admin';\nimport app from './cli/app/app';\nimport conn from './cli/conn/conn';\nimport email from './cli/email/email';\nimport esv from './cli/esv/esv';\nimport idm from './cli/idm/idm';\nimport idp from './cli/idp/idp';\nimport info from './cli/info/info';\nimport journey from './cli/journey/journey';\nimport logging from './cli/logging/logs';\nimport realm from './cli/realm/realm';\nimport saml from './cli/saml/saml';\nimport script from './cli/script/script';\nimport theme from './cli/theme/theme';\nimport { printMessage } from './utils/Console';\nimport { getVersions } from './utils/Version';\n\nconst { initConnectionProfiles } = ConnectionProfile;\n\n(async () => {\n try {\n const program = new Command('frodo').version(\n await getVersions(false),\n '-v, --version'\n );\n\n printMessage(await getVersions(true), 'text', false);\n\n initConnectionProfiles();\n\n program.addCommand(admin());\n program.addCommand(app());\n program.addCommand(conn());\n program.addCommand(email());\n program.addCommand(esv());\n program.addCommand(idm());\n program.addCommand(idp());\n program.addCommand(info());\n program.addCommand(journey());\n program.addCommand(logging());\n program.addCommand(realm());\n program.addCommand(saml());\n program.addCommand(script());\n program.addCommand(theme());\n\n program.showHelpAfterError();\n program.enablePositionalOptions();\n program.parse();\n } catch (e) {\n console.log(e);\n printMessage(`ERROR: exception running frodo - ${e}`, 'error');\n }\n})();\n"],"mappings":"AAAA;AAEA,SAASA,iBAAT,QAAkC,uBAAlC;AACA,SAASC,OAAT,QAAwB,WAAxB,C,CAEA;;AACA,OAAOC,KAAP,MAAkB,mBAAlB;AACA,OAAOC,GAAP,MAAgB,eAAhB;AACA,OAAOC,IAAP,MAAiB,iBAAjB;AACA,OAAOC,KAAP,MAAkB,mBAAlB;AACA,OAAOC,GAAP,MAAgB,eAAhB;AACA,OAAOC,GAAP,MAAgB,eAAhB;AACA,OAAOC,GAAP,MAAgB,eAAhB;AACA,OAAOC,IAAP,MAAiB,iBAAjB;AACA,OAAOC,OAAP,MAAoB,uBAApB;AACA,OAAOC,OAAP,MAAoB,oBAApB;AACA,OAAOC,KAAP,MAAkB,mBAAlB;AACA,OAAOC,IAAP,MAAiB,iBAAjB;AACA,OAAOC,MAAP,MAAmB,qBAAnB;AACA,OAAOC,KAAP,MAAkB,mBAAlB;AACA,SAASC,YAAT,QAA6B,iBAA7B;AACA,SAASC,WAAT,QAA4B,iBAA5B;AAEA,MAAM;EAAEC;AAAF,IAA6BlB,iBAAnC;;AAEA,CAAC,YAAY;EACX,IAAI;IACF,MAAMmB,OAAO,GAAG,IAAIlB,OAAJ,CAAY,OAAZ,EAAqBmB,OAArB,CACd,MAAMH,WAAW,CAAC,KAAD,CADH,EAEd,eAFc,CAAhB;IAKAD,YAAY,CAAC,MAAMC,WAAW,CAAC,IAAD,CAAlB,EAA0B,MAA1B,EAAkC,KAAlC,CAAZ;IAEAC,sBAAsB;IAEtBC,OAAO,CAACE,UAAR,CAAmBnB,KAAK,EAAxB;IACAiB,OAAO,CAACE,UAAR,CAAmBlB,GAAG,EAAtB;IACAgB,OAAO,CAACE,UAAR,CAAmBjB,IAAI,EAAvB;IACAe,OAAO,CAACE,UAAR,CAAmBhB,KAAK,EAAxB;IACAc,OAAO,CAACE,UAAR,CAAmBf,GAAG,EAAtB;IACAa,OAAO,CAACE,UAAR,CAAmBd,GAAG,EAAtB;IACAY,OAAO,CAACE,UAAR,CAAmBb,GAAG,EAAtB;IACAW,OAAO,CAACE,UAAR,CAAmBZ,IAAI,EAAvB;IACAU,OAAO,CAACE,UAAR,CAAmBX,OAAO,EAA1B;IACAS,OAAO,CAACE,UAAR,CAAmBV,OAAO,EAA1B;IACAQ,OAAO,CAACE,UAAR,CAAmBT,KAAK,EAAxB;IACAO,OAAO,CAACE,UAAR,CAAmBR,IAAI,EAAvB;IACAM,OAAO,CAACE,UAAR,CAAmBP,MAAM,EAAzB;IACAK,OAAO,CAACE,UAAR,CAAmBN,KAAK,EAAxB;IAEAI,OAAO,CAACG,kBAAR;IACAH,OAAO,CAACI,uBAAR;IACAJ,OAAO,CAACK,KAAR;EACD,CA5BD,CA4BE,OAAOC,CAAP,EAAU;IACVC,OAAO,CAACC,GAAR,CAAYF,CAAZ;IACAT,YAAY,CAAE,oCAAmCS,CAAE,EAAvC,EAA0C,OAA1C,CAAZ;EACD;AACF,CAjCD"}
|
package/package.json
CHANGED