Skip to content

Commit

Permalink
Feat: Direct command line settings (#579)
Browse files Browse the repository at this point in the history
* Direct command line settings
---------

Co-authored-by: Johns Gresham <[email protected]>
  • Loading branch information
Gathin23 and jgresham authored May 23, 2024
1 parent 35e46d3 commit 2d97fde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/nodeLibraryManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ export const initialize = async () => {
defaultImageTag = execution.defaultImageTag;
}

nodeSpec.configTranslation.cliInput = {
displayName: `${spec.displayName} CLI input`,
uiControl: {
type: 'text',
},
defaultValue: '',
addNodeFlow: 'advanced',
infoDescription: 'Additional CLI input',
};

nodeSpec.configTranslation.serviceVersion = {
displayName: `${spec.displayName} version`,
uiControl: {
Expand Down

0 comments on commit 2d97fde

Please sign in to comment.