bbende opened a new pull request #3628: NIFI-6364 - Add CLI commands for parameter contexts URL: https://github.com/apache/nifi/pull/3628 This PR adds the following CLI commands for interacting with parameter contexts: `list-param-contexts ` Lists the parameters contexts showing id and name. `get-param-context ` Gets a parameter context by id and lists the parameters. `create-param-context ` Creates an empty parameter context. `delete-param-context ` Deletes a context by id. `set-param ` Creates or updates a parameter in a given context. `delete-param ` Deletes a parameter from a given context. `export-param-context ` Exports a given context to a file in a json representation. `import-param-context ` Imports a previously exported context. `merge-param-context` Adds all new parameters from an exported context to a target context. `pg-set-param-context ` Binds the given process group to the given parameter context. `pg-get-param-context ` Retrieves the id of the parameter context the given process group is currently bound to.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
