Skip to content

Conversation

@poespas
Copy link
Collaborator

@poespas poespas commented Aug 13, 2025

Example output:

» hypernode-deploy tree deploy     
The task-tree for deploy:
├── slack:notify  // before deploy
└── deploy
    ├── deploy:upload
    │   ├── prepare:ssh
    │   ├── deploy:info
    │   ├── deploy:prepare
    │   │   ├── deploy:info
    │   │   ├── deploy:setup
    │   │   ├── deploy:lock
    │   │   ├── deploy:release
    │   │   ├── deploy:shared
    │   │   └── deploy:writable
    │   ├── deploy:copy
    │   │   ├── deploy:copy:code
    │   │   └── deploy:shared
    │   └── deploy:deploy
    ├── deploy:link
    │   ├── deploy:symlink
    │   ├── cachetool:clear:opcache  // after deploy:symlink
    │   ├── cachetool:cleanup  // after cachetool:clear:opcache
    │   └── deploy:public_link
    └── deploy:finalize
        ├── deploy:after
        ├── deploy:unlock
        ├── deploy:cleanup
        └── deploy:success
        └── slack:notify:success  // after deploy:success

@tdgroot tdgroot merged commit 71887a1 into master Aug 14, 2025
23 of 24 checks passed
@tdgroot tdgroot deleted the add-hypernode-deploy-tree-command branch August 14, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants