Agent 365 CLI publish command reference

Update the ID values in manifest.json and create a manifest.zip package for uploading to the Microsoft 365 admin center. The publish command updates manifest IDs and creates a manifest.zip package. After running this command, follow the printed instructions to upload the package through the Microsoft 365 admin center.

Syntax

a365 publish [options]

Options

Option Description
-n, --agent-name <name> Agent base name. When provided, no config file is required.
--tenant-id <tenantId> Azure AD tenant ID. Overrides auto-detection. Use with --agent-name.
--dry-run Show changes without writing files or creating the zip.
--aiteammate Use this parameter to direct the AI teammate agent flow to provision blueprint and permissions only. Without this parameter, the blueprint agent flow auto creates the agent identity service principal with no Entra user. This parameter overrides the aiteammate field in a365.config.json.
--use-blueprint Identifies this as a blueprint-based agent. Registration is handled by a365 setup all. Only meaningful with --aiteammate false.
-v, --verbose Enable verbose logging.
-?, -h, --help Show help and usage information.