create_root_package
inctl asset create_root_package
Creates a new root package
inctl asset create_root_package pkg --organization org [flags]
Examples
# Create a new top-level package com.example
inctl create_root_package com.example --organization my_organization
Options
-h, --help help for create_root_package
--organization string (required) The organization that owns the new package (e.g., intrinsic).
--projects string (optional) A comma-separated list of assets projects to create the new package on. (default "intrinsic-assets-dev,intrinsic-assets-staging,intrinsic-assets-prod")
Options inherited from parent commands
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
SEE ALSO
- inctl asset - Manage assets.