You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.
To implement that command we have 2 options, and I don't know yet which one is the best.
OPTIONS:
Use existing export tool, maybe "hammer -csv" or other option, and then parse that data to generate the YAML output.
Use API or HAMMER to export every possible entity, this would demand us to have a list of all possible entities
and then we can call every API endpoint (or hammer command) doing a list or search and with data data we can
generate the YAML data file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So what we need to do is to include a new command in the tool
Then a new YAML file is generated and saved.
To implement that command we have 2 options, and I don't know yet which one is the best.
OPTIONS:
Use existing export tool, maybe "hammer -csv" or other option, and then parse that data to generate the YAML output.
Use API or HAMMER to export every possible entity, this would demand us to have a list of all possible entities
and then we can call every API endpoint (or hammer command) doing a
list
orsearch
and with data data we cangenerate the YAML data file.
The text was updated successfully, but these errors were encountered: