https://itg.cognite.ai
itg - A CLI forCommands
# Creates a new project and dumps details in .itgrc
itg init
itg schema view
# Also includes all generated types and queries
itg schema view --full
itg schema view --type=Equipment
# Add and replace a schema in itg
itg schema update -f mymodel.graphql
itg nodes add --type Equipment -f equipment.csv
itg nodes add --type Document -f documents.csv
itg relations add Equipment.documents -f relations.csv
# Delete the project, including the .itgrc
itg prune
Global variables
Set the COGNITE_CREDENTIALS variable with an api key for the respective cdf project to get access