![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
hammer_cli_foreman_remote_execution
Advanced tools
This Hammer CLI plugin contains commands for foreman_remote_execution.
hammer job-template list
hammer job-template create --file /tmp/template.txt --name "Ping a Host"\
--provider-type SSH --job-category "Commands"
hammer template-input create --template-id 17 --name hostname\
--input-type user --options www.google.com,www.facebook.com,localhost
hammer job-invocation list
Show details:
hammer job-invocation info --id 83
hammer job-invocation create --job-template "Run Command - SSH Default" \
--inputs command="ping -c 50 www.google.com" --search-query "name ~ rex01"
hammer job-invocation create --job-template "Package Action - SSH Default" \
--inputs package=vim-enhanced,action=install --search-query "name ~ rex01"
hammer job-invocation create --job-template "Run Command - SSH Default"\
--input-files command=/tmp/script.sh --search-query "name ~ rex01"
If the job is currently running, this will refresh until the job completes.
hammer job-invocation output --id 155 --host rex01.example.com
Alternatively, pass the --async
option to see the output so far:
hammer job-invocation output --id 155 --host rex01.example.com --async
In test/data/[foreman_version]/foreman_api.json
, we include the Apipie
documentation, with generated examples from the tests.
When adding new features to the hammer, you'll need to update this.
From foreman directory, run remote execution tests with examples enabled:
APIPIE_RECORD=examples rake test:foreman_remote_execution
From foreman directory, generate the apipie cache for English:
FOREMAN_APIPIE_LANGS=en rake apipie:cache
Copy the docs to hammer_cli_foreman_remote_execution
cp public/apipie-cache/apidoc/v2.en.json ~/hammer_cli_foreman_remote_execution/test/data/1.10/foreman_api.json
This project is licensed under the GPLv3+.
FAQs
Unknown package
We found that hammer_cli_foreman_remote_execution demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.