References

A Reference is a string that is used to refer to builds and objects. A reference can be either an ID, a path, or a tag. References are used in many places, including imports and command line arguments.

# Get an object using its tag as the reference.
$ tg get nodejs
# Build a package using its path as the reference.
$ tg build ./package
# Pull an object using its ID as the reference.
$ tg pull dir_deadbeef