Skip to content
Snippets Groups Projects

Changed mechanism to set project properties

+ 53
52
Compare changes
  • Side-by-side
  • Inline

Files

@@ -428,6 +428,8 @@ if __name__=='__main__':
%prog listDatapkgs : List known Data packages
%prog listDatapkgVersions <datapkg> : List known versions for the specified Data package
%prog listTag <tag> : List projects/version tagged with that specific value
%prog getProperties <project> : Lists the properties of a project
"""
s = LbSdbQuery(usage=sUsage)
sys.exit(s.run())
Loading