Arcane OS Docs Development only

Reference

Arcane.provisioning

Provisioning-plan operations.

  • Reference

This focused page is derived from the mechanically checked full member inventory.

Syntax

Arcane.provisioning

Member kind

Namespace

Description

Provisioning-plan operations.

Overview

Arcane.provisioning creates a non-applying plan for one username or an array of usernames. Planning separates validation and review from privileged user, requirement, and installation mutations.

Availability and security

provisioning.plan requires provisioning.manage and the provisioner app type. A returned plan is evidence for review, not proof that any account or machine change occurred.

Example

const access = await globalThis.Arcane.capabilities.list();
const canPlanProvisioning = access.methods.includes('provisioning.plan');

console.log('Provisioning plan admitted:', canPlanProvisioning);

Members

  • Arcane.provisioning.plan() — Creates a current read-only provisioning plan without applying it. Provisioner-only; requires provisioning.manage.

Reference group

Namespace, constructor, and values

Repository and reviewed source access