$ initiat commands
$ initiat device approve
Approve device access to projects
Back to Docs

Usage

      initiat device approve [--all] [--id ID]
      
    

Options

--all

Approve all pending devices

--id

Approve specific device by approval ID

Examples

Approve all pending devices

      initiat device approve --all
      
    

Approve specific device

      initiat device approve --id 123
      
    

Output

      🔐 Approving all pending devices...

Found 2 pending approvals:
  • work-laptop (acme-corp/production) - John Doe
  • dev-machine (acme-corp/staging) - Jane Smith

✅ Approved 2 devices successfully!
   All approved devices can now access their respective project secrets

      
    
© 2025 Initiat Technologies. All rights reserved.