1. 1. Introduction
  2. 2. Background
    1. 2.1. Purpose
    2. 2.2. Strategy
  3. 3. Examples
    1. 3.1. Download
    2. 3.2. Env Man
      1. 3.2.1. Walkthrough
  4. 4. Technical Concepts
    1. 4.1. Resources
    2. 4.2. Function Graph
      1. 4.2.1. Abstraction
      2. 4.2.2. Ordering
      3. 4.2.3. Streaming
    3. 4.3. Item
      1. 4.3.1. Item Parameters
        1. 4.3.1.1. Value Specification
        2. 4.3.1.2. Params Definition
        3. 4.3.1.3. Params Framework Support
    4. 4.4. Item Graph
      1. 4.4.1. Initialization
      2. 4.4.2. State Inspection
      3. 4.4.3. State Ensure
      4. 4.4.4. Clean
    5. 4.5. State
      1. 4.5.1. Logical State
    6. 4.6. Output
      1. 4.6.1. Execution Progress
      2. 4.6.2. Presentation
    7. 4.7. Workspace
    8. 4.8. Commands
      1. 4.8.1. Scopes
        1. 4.8.1.1. No Profile No Flow
        2. 4.8.1.2. Single Profile No Flow
        3. 4.8.1.3. Single Profile Single Flow
        4. 4.8.1.4. Multi Profile No Flow
        5. 4.8.1.5. Multi Profile Single Flow
      2. 4.8.2. Use Cases
        1. 4.8.2.1. Workspace Initialization
        2. 4.8.2.2. Profile List
        3. 4.8.2.3. Workspace Stored Active Profile
        4. 4.8.2.4. Workspace Active Profile Switch
        5. 4.8.2.5. State Discovery and Display
        6. 4.8.2.6. State Read and Display
        7. 4.8.2.7. State Diff
        8. 4.8.2.8. State Apply
        9. 4.8.2.9. State Clean
    9. 4.9. Flow Versioning
      1. 4.9.1. Seamless Execution
      2. 4.9.2. Upgrade Actions
  5. 5. Learning Material
    1. 5.1. User Facing Automation - Part 1
    2. 5.2. User Facing Automation - Part 2
    3. 5.3. Empathetic Code Design
      1. 5.3.1. Background
      2. 5.3.2. Scenario
      3. 5.3.3. Flow Definition
      4. 5.3.4. Inputs and Outputs
      5. 5.3.5. Parameters Specification
      6. 5.3.6. Output and Presentation
      7. 5.3.7. Command Invocation
      8. 5.3.8. Parameters Recall
      9. 5.3.9. Workspace
      10. 5.3.10. Profiles
      11. 5.3.11. Summary
      12. 5.3.12. Q & A
  6. 6. Ideas
    1. 6.1. Feature Gated Incremental Functionality
  7. 7. Licenses

The Peace Framework

Walkthrough