Skip to main content

Module commands

Module commands 

Source
Expand description

CLI command modules

Contains subcommand implementations for all APS operations.

Re-exports§

pub use acc::AccCommands;
pub use admin::AdminCommands;
pub use api::ApiCommands;
pub use auth::AuthCommands;
pub use bucket::BucketCommands;
pub use config::ConfigCommands;
pub use da::DaCommands;
pub use demo::DemoCommands;
pub use folder::FolderCommands;
pub use generate::GenerateArgs;
pub use hub::HubCommands;
pub use issue::IssueCommands;
pub use item::ItemCommands;
pub use object::ObjectCommands;
pub use pipeline::PipelineCommands;
pub use plugin::PluginCommands;
pub use project::ProjectCommands;
pub use reality::RealityCommands;
pub use report::ReportCommands;
pub use rfi::RfiCommands;
pub use template::TemplateCommands;
pub use translate::TranslateCommands;
pub use webhook::WebhookCommands;

Modules§

acc
ACC Extended Commands
admin
Account Admin Bulk Management Commands
api
Custom API call commands
auth
Authentication commands
bucket
Bucket management commands
config
Configuration management commands
da
Design Automation commands
demo
Demo scenarios for APS functionality demonstration
folder
Folder management commands
generate
hub
Hub management commands
interactive
Shared interactive dialoguer prompt wrappers for CLI dropdowns.
issue
Issue management commands
item
Item (file) management commands
object
Object management commands
pipeline
Pipeline execution commands
plugin
Plugin Management Commands
project
Project management commands
reality
Reality Capture commands
report
Portfolio report commands
rfi
RFI (Request for Information) Commands
template
Project template management commands (v4.5+)
tracked
Tracked operation helper
translate
Translation commands for Model Derivative API
webhook
Webhook management commands