-
Notifications
You must be signed in to change notification settings - Fork 25
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
Example updates #82
Example updates #82
Conversation
b58cc95
to
f61196e
Compare
Back from PTO - I need to review the targets TTPForge PR today, however everything else looks fine so if you want to set the targets docs to the side for a bit, can merge everything else now - LMK |
All good, I'll wait on your review before we merge. |
Authored-by: Jayson Grace <jayson.e.grace@gmail.com>
- Enhanced titles and descriptions for improved comprehension. - Streamlined instructions for running demonstrations. - Adjusted formatting for better visual distinction of sections. - Renamed certain files for naming consistency. Authored-by: Jayson Grace <jayson.e.grace@gmail.com>
f61196e
to
cb068b3
Compare
Authored-by: Jayson Grace <jayson.e.grace@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plz remove ignore-errors
- Need to work on targets a bit more - We're not going to add `ignore_errors` - it has the potential to create a lot of quality control issues Authored-by: Jayson Grace <jayson.e.grace@gmail.com>
dcabf3a
to
2760837
Compare
Whoops, good catch! Done. |
Authored-by: Jayson Grace <jayson.e.grace@gmail.com>
cat file-to-edit.txt | ||
- name: edit-target-file | ||
edit_file: "file-to-edit.txt" | ||
backup_file: "my-backup.txt" | ||
backup_file: "/tmp/my-backup.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix this first
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. Yeah, basically it drops the backup in the CWD, which is different from where Forge expects it to be in relation to the original file. Hence the absolute path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'll go back and update the edit for the appropriate fix later
Proposed Changes
This pull request (PR) proposes documentation updates for the TTPForge project based on the changes made in the recent commit. The changes include updates to several README files within the
ttps/examples
directory, specifically:Updates to
args
example:Created
mitre
examplemitre
example with a README describing the functionality of the step and how to run it.Updates to
outputs
example:Updates to
edit-step
exampleUpdates to
sub-ttps
exampleCreated
fetchuri
example:fetchuri
example with a README describing the functionality of the step and how to run it.Related Issue(s)
No related issues are associated with this PR.
Testing
N/A
Documentation
Updated and added documentation for various TTP examples within the
ttps/examples
directory.Screenshots/GIFs (optional)
N/A
Checklist
mage runprecommit
locally and fixed any issues that arose.