php-tenant/Console/Commands
Claude a08025d0d2
feat: add tenant:provision-package artisan command
Create artisan command for manual package provisioning, replacing the
need to use Tinker. The command accepts workspace ID/slug and package
code, validates inputs, shows a summary, and confirms before
provisioning. Supports --dry-run, --force, --expires-at,
--billing-anchor, --blesta-service-id, and --source options.

Fixes #32

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 13:51:40 +00:00
..
CheckUsageAlerts.php refactor: rename namespace from Core\Mod\Tenant to Core\Tenant 2026-01-27 16:30:46 +00:00
EncryptTwoFactorSecrets.php chore: fix pint code style and add test config 2026-02-23 03:50:04 +00:00
HashInvitationTokens.php chore: fix pint code style and add test config 2026-02-23 03:50:04 +00:00
ProcessAccountDeletions.php refactor: rename namespace from Core\Mod\Tenant to Core\Tenant 2026-01-27 16:30:46 +00:00
ProvisionPackage.php feat: add tenant:provision-package artisan command 2026-03-24 13:51:40 +00:00
RefreshUserStats.php refactor: rename namespace from Core\Mod\Tenant to Core\Tenant 2026-01-27 16:30:46 +00:00
ResetBillingCycles.php refactor: rename namespace from Core\Mod\Tenant to Core\Tenant 2026-01-27 16:30:46 +00:00