Skip to main content

create

inctl service create

Create a new Service.

Synopsis

Create the sources and build rules for a new Service.

inctl service create asset_id [flags]

Examples

Create a Service with name "my_service" and package "com.my_org":
$ inctl service create com.my_org.my_service --language python

Options

      --dry_run                (optional) If set, no files will be created or modified.
-h, --help help for create
--language string Implementation language to generate (cpp, python).
--output_path string (optional) Path to the Service. (default ".")
--proto_package string (optional) Proto package for the Service parameter proto.

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