-
Notifications
You must be signed in to change notification settings - Fork 1
Init script wrapper #85
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
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| ## Installation | ||
|
|
||
| ### Option 1: Add to PATH (Recommended) |
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.
Probably better if we offer a single solution IMO
| #!/bin/bash | ||
|
|
||
| ################################################## | ||
| # Governance Scripts CLI Wrapper |
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.
should this file be called governance.sh ?
| @@ -0,0 +1,109 @@ | |||
| #!/bin/bash | |||
|
|
|||
| ################################################## | |||
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.
a wrapper is quite nice
it could allow us to load custom configs
| metadata-canonize) | ||
| exec "$SCRIPTS_DIR/metadata-canonize.sh" "$@" | ||
| ;; | ||
| cip108-human) |
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.
maybe a rename on this script, WDTY?
| pdf-remove-metadata) | ||
| exec "$SCRIPTS_DIR/pdf-remove-metadata.sh" "$@" | ||
| ;; | ||
| query-actions) |
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.
does this script fit in this repo?
im not sure
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.
WDYT?
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.
we can have a helper folder for scripts we use to help prepare the metadata ?
Co-authored-by: Ryan <ryan.williams@intersectmbo.org>
List of changes