This PR adds two command line flags to Wag, -dynamo-only and-dynamo-path
-dynamo-only When used wag only generates dynamo code and go models
-dynamo-path Optional path relative to go package path to generate dynamo code
Both flags can be used together or separately.
Other:
removed samples/gen-go-deprecated/README.md. It is a stale file that is no longer generated but does not get automatically deleted because the dir it is in is persisted when generating code with wag.
Todo:
[x] Run make build
[x] Run make generate
[todo: is major version bump because exported funcs changed] Update the current version in the /VERSION file.
This PR adds two command line flags to Wag,
-dynamo-only
and-dynamo-path
-dynamo-only
When used wag only generates dynamo code and go models-dynamo-path
Optional path relative to go package path to generate dynamo codeBoth flags can be used together or separately.
Other: removed
samples/gen-go-deprecated/README.md
. It is a stale file that is no longer generated but does not get automatically deleted because the dir it is in is persisted when generating code with wag.Todo:
make build
make generate
/VERSION
file.