-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
started v2ideas.txt as a collector for notes, ideas for further work …
…on bastion
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# bastion (version 2) | ||
|
||
# Command Set | ||
## System Commands | ||
bastion list sites declared | ||
bastion perform queued updates | ||
bastion become conductor | ||
|
||
## Targeted Commands | ||
bastion list {ark} zones declared | ||
bastion list {ark} assets declared | ||
bastion list {ark} assets protected | ||
bastion list {ark} snaps | ||
bastion queue {ark} updates | ||
bastion show {ark} manifest | ||
bastion bank {ark} | ||
bastion update {ark} | ||
bastion amend {ark} | ||
bastion restore {ark} [at {whence}] | ||
|
||
## Examples... | ||
bastion list [@rusina] zones declared | ||
bastion list [@rusina:microbiome] assets declared | ||
bastion list [@rusina:microbiome/data] assets protected | ||
bastion queue [@rusina:microbiome] updates | ||
bastion show [@rusina:microbiome/data] manifest | ||
bastion export [@rusina:microbiome/data] manifest | ||
bastion bank [@rusina:microbiome/data] | ||
bastion update [@rusina:microbiome] | ||
bastion amend [@rusina] | ||
bastion restore [@rusina:microbiome/data] at 2025-05-01 | ||
|