Skip to content

Commit 5ae14e8

Browse files
authored
Merge pull request #31 from Kubaguette/operation_share_environment
Operation share environment
2 parents 2b00f1b + 133f3e8 commit 5ae14e8

15 files changed

Lines changed: 1485 additions & 89 deletions

File tree

ARCHITECTURE.md

Lines changed: 192 additions & 60 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ You shouldn't need a PhD in Container-Orchestration just to write "Hello World."
6565
* **Safe Defaults:** Automatically handles tricky technical hurdles like **Podman GraphRoot relocation**—a common point of failure on immutable systems.
6666
* **Ready in under 2 Minutes:** Choose from pre-configured templates (Python, Rust, C++, etc.) and go from zero to "ready-to-code" in three clicks.
6767

68+
### 4. Sharing Environment Setups
69+
Share only the small .envstation.json (no source or large files) so teammates can recreate your environment quickly.
70+
71+
* **Export a tiny manifest:** Publish the `.envstation.json` to a GitHub Gist and copy the short URL.
72+
* **Recreate in two clicks:** Import a Gist to write the manifest and start creation; if it matches the same name, EnvStation treats it as an update.
73+
* **Privacy-first:** The PAT is stored locally and manifests contain no secrets. Gists are public—share deliberately.
74+
6875
> **EnvStation is the Control Center for your development flow.** It combines the isolation of containers with the comfort of a native OS, ensuring your manifest remains the single source of truth.
6976
7077
---

package-lock.json

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)