ids-tool.CommandLine 1.0.70

dotnet add package ids-tool.CommandLine --version 1.0.70
NuGet\Install-Package ids-tool.CommandLine -Version 1.0.70
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ids-tool.CommandLine" Version="1.0.70" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ids-tool.CommandLine --version 1.0.70
#r "nuget: ids-tool.CommandLine, 1.0.70"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ids-tool.CommandLine as a Cake Addin
#addin nuget:?package=ids-tool.CommandLine&version=1.0.70

// Install ids-tool.CommandLine as a Cake Tool
#tool nuget:?package=ids-tool.CommandLine&version=1.0.70

ids-tool

This tool references the ids-lib, providing automation functions for buildingSMART IDS files.

You can use the compiled version of this tool as a command line executable, or reference ids-lib for your own development.

Run the ids-tool executable with no parameters for instructions.

The tool uses a verb + options approach. For instance, verbs are:

  • ids-tool audit check files for issues.
  • ids-tool errorcode provides description of tool's error code.
  • ids-tool help displays help information on the tool or a specific command.
  • ids-tool version displays version information.

More help is available for each verb typing launching the tool with ids-tool help <verb> syntax; e.g. ids-tool help audit.

Usage

Executing ids-tool help provides the following guidance for available commands.


ids-tool help <command> provides guidance on the options available for that command.

the Audit command

Options for the audit verb are as follows:


File Auditing Examples

Simple usage: ids-tool audit path-to-some-file or ids-tool audit path-to-some-folder.

If no option is specified all available audits are performed on the IDS files.

Github actions

An example of using this tool for automation purpose on github is available at https://github.com/CBenghi/IDS using the Nuke build system.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ids-tool.CommandLine:

Repository Stars
buildingSMART/IDS
Computer interpretable (XML) standard to define Information Delivery Specifications for BIM (mainly used for IFC)
Version Downloads Last updated
1.0.70 119 4/5/2024
1.0.69 95 4/2/2024
1.0.68 126 4/1/2024
1.0.67 125 3/29/2024
1.0.66 135 3/25/2024
1.0.65 116 3/6/2024
1.0.64 107 3/6/2024
1.0.63 134 3/5/2024
1.0.62 117 3/4/2024
1.0.61 92 3/4/2024
1.0.60 135 2/26/2024
1.0.59 92 2/25/2024
1.0.58 110 2/25/2024
1.0.57 110 2/5/2024
1.0.56 244 11/30/2023
1.0.55 131 11/9/2023
1.0.54 240 10/24/2023
1.0.53 253 10/23/2023
1.0.52 266 10/21/2023
1.0.51 226 10/21/2023
1.0.48 195 10/20/2023
1.0.47 220 10/17/2023
1.0.46 200 10/16/2023
1.0.45 281 10/9/2023
1.0.43 237 10/1/2023
1.0.42 267 9/27/2023
1.0.41 247 9/26/2023
1.0.40 287 9/26/2023
1.0.39 276 9/20/2023
1.0.38 202 9/18/2023
1.0.37 197 9/18/2023
1.0.34 259 9/18/2023
1.0.33 270 9/14/2023
1.0.32 240 9/13/2023
1.0.31 269 9/13/2023
1.0.30 221 9/12/2023
1.0.17 290 8/29/2023
1.0.16 169 5/23/2023
1.0.15 218 5/1/2023
1.0.14 242 4/30/2023
1.0.13 247 4/19/2023
1.0.12 174 4/5/2023
1.0.11 263 3/20/2023
1.0.9 276 2/25/2023
1.0.7 480 6/4/2022
1.0.6 410 5/24/2022
1.0.5 442 5/24/2022
1.0.4 559 2/2/2022

Moved to net6.