-
Notifications
You must be signed in to change notification settings - Fork 155
Rhidp 1502 #1641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rhidp 1502 #1641
Conversation
Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> switch yarn lock to use registry.yarnpkg.com Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Nick Boldt <[email protected]> add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
Signed-off-by: Paul Schultz <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
|
* feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> * include individual plugin/*/package.json updates Signed-off-by: Nick Boldt <[email protected]> * feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> switch yarn lock to use registry.yarnpkg.com Signed-off-by: Nick Boldt <[email protected]> * add missing type declaration for gitconfiglocal Signed-off-by: Nick Boldt <[email protected]> * add missing copyright / fix date Signed-off-by: Nick Boldt <[email protected]> add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * refactor command.ts Signed-off-by: Paul Schultz <[email protected]> * fix sh Signed-off-by: Paul Schultz <[email protected]> * add lines Signed-off-by: Paul Schultz <[email protected]> * Update packages/cli/src/commands/metadata/command.ts --------- Signed-off-by: Nick Boldt <[email protected]> Signed-off-by: Paul Schultz <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
* feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> * include individual plugin/*/package.json updates Signed-off-by: Nick Boldt <[email protected]> * feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> switch yarn lock to use registry.yarnpkg.com Signed-off-by: Nick Boldt <[email protected]> * add missing type declaration for gitconfiglocal Signed-off-by: Nick Boldt <[email protected]> * add missing copyright / fix date Signed-off-by: Nick Boldt <[email protected]> add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * refactor command.ts Signed-off-by: Paul Schultz <[email protected]> * fix sh Signed-off-by: Paul Schultz <[email protected]> * add lines Signed-off-by: Paul Schultz <[email protected]> * Update packages/cli/src/commands/metadata/command.ts --------- Signed-off-by: Nick Boldt <[email protected]> Signed-off-by: Paul Schultz <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
* feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> * include individual plugin/*/package.json updates Signed-off-by: Nick Boldt <[email protected]> * feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> switch yarn lock to use registry.yarnpkg.com Signed-off-by: Nick Boldt <[email protected]> * add missing type declaration for gitconfiglocal Signed-off-by: Nick Boldt <[email protected]> * add missing copyright / fix date Signed-off-by: Nick Boldt <[email protected]> add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * refactor command.ts Signed-off-by: Paul Schultz <[email protected]> * fix sh Signed-off-by: Paul Schultz <[email protected]> * add lines Signed-off-by: Paul Schultz <[email protected]> * Update packages/cli/src/commands/metadata/command.ts --------- Signed-off-by: Nick Boldt <[email protected]> Signed-off-by: Paul Schultz <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
* feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> * include individual plugin/*/package.json updates Signed-off-by: Nick Boldt <[email protected]> * feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> switch yarn lock to use registry.yarnpkg.com Signed-off-by: Nick Boldt <[email protected]> * add missing type declaration for gitconfiglocal Signed-off-by: Nick Boldt <[email protected]> * add missing copyright / fix date Signed-off-by: Nick Boldt <[email protected]> add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * refactor command.ts Signed-off-by: Paul Schultz <[email protected]> * fix sh Signed-off-by: Paul Schultz <[email protected]> * add lines Signed-off-by: Paul Schultz <[email protected]> * Update packages/cli/src/commands/metadata/command.ts --------- Signed-off-by: Nick Boldt <[email protected]> Signed-off-by: Paul Schultz <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
* feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> * include individual plugin/*/package.json updates Signed-off-by: Nick Boldt <[email protected]> * feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> switch yarn lock to use registry.yarnpkg.com Signed-off-by: Nick Boldt <[email protected]> * add missing type declaration for gitconfiglocal Signed-off-by: Nick Boldt <[email protected]> * add missing copyright / fix date Signed-off-by: Nick Boldt <[email protected]> add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * refactor command.ts Signed-off-by: Paul Schultz <[email protected]> * fix sh Signed-off-by: Paul Schultz <[email protected]> * add lines Signed-off-by: Paul Schultz <[email protected]> * Update packages/cli/src/commands/metadata/command.ts --------- Signed-off-by: Nick Boldt <[email protected]> Signed-off-by: Paul Schultz <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
* feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> * include individual plugin/*/package.json updates Signed-off-by: Nick Boldt <[email protected]> * feat: RHIDP-1502 add method for janus-cli package metadata Signed-off-by: Nick Boldt <[email protected]> experimenting with a new packages/cli/src/commands/metadata/index.ts command Signed-off-by: Nick Boldt <[email protected]> lint changes and fix to readme Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> implement metadata generation from CODEOWNERS and some hardcoded values Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> quieter output; updated sample; regen yarn lock Signed-off-by: Nick Boldt <[email protected]> move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder Signed-off-by: Nick Boldt <[email protected]> change description and instuctions Signed-off-by: Nick Boldt <[email protected]> include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins Signed-off-by: Nick Boldt <[email protected]> switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint) Signed-off-by: Nick Boldt <[email protected]> switch yarn lock to use registry.yarnpkg.com Signed-off-by: Nick Boldt <[email protected]> * add missing type declaration for gitconfiglocal Signed-off-by: Nick Boldt <[email protected]> * add missing copyright / fix date Signed-off-by: Nick Boldt <[email protected]> add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * process all 42 plugins in the repo Signed-off-by: Nick Boldt <[email protected]> * refactor command.ts Signed-off-by: Paul Schultz <[email protected]> * fix sh Signed-off-by: Paul Schultz <[email protected]> * add lines Signed-off-by: Paul Schultz <[email protected]> * Update packages/cli/src/commands/metadata/command.ts --------- Signed-off-by: Nick Boldt <[email protected]> Signed-off-by: Paul Schultz <[email protected]> Co-authored-by: Nick Boldt <[email protected]>
No description provided.