Early Access - The Dcycle CLI is currently available for enterprise customers.
Contact us to learn more about access.
Overview
Thetransport command tracks upstream and downstream transport routes, covering GHG Protocol Scope 3 Categories 4 (Upstream Transportation) and 9 (Downstream Transportation).
Available Commands
| Command | Description |
|---|---|
list | List transport routes |
show | Show transport route details |
edit | Edit a transport route |
delete | Delete a transport route |
List Transport Routes
Examples
Flags
| Flag | Short | Default | Description |
|---|---|---|---|
--type | — | — | Direction: upstream or downstream |
--status | — | — | Filter by status |
--year | — | — | Filter by year |
--page | — | 1 | Page number |
--size | — | 50 | Page size |
--org | — | — | Organization ID override |
Output
Show Transport Details
Examples
Flags
| Flag | Description |
|---|---|
--org | Organization ID override |
Edit Transport Route
Examples
Flags
| Flag | Short | Description |
|---|---|---|
--name | -n | Route name |
--supplier | -s | Supplier name |
--quantity | -q | Quantity transported |
--unit | -u | Unit of measurement (use dcy units list for valid IDs) |
--start-date | — | Start date (YYYY-MM-DD) |
--end-date | — | End date (YYYY-MM-DD) |
--org | — | Organization ID override |
Delete Transport Route
Examples
Flags
| Flag | Short | Default | Description |
|---|---|---|---|
--yes | -y | false | Skip confirmation prompt |
--org | — | — | Organization ID override |
Common Options
All transport commands support:| Flag | Description |
|---|---|
--format json | JSON output (default: text) |
--verbose | Show HTTP request/response details |
--timeout | Request timeout in seconds |