Rewrite the deploy marker without transferring files (like a git tag)
Relabel the agent's current config-plane state without pushing files.
Useful after pull + git commit: the agent already matches the repo, so there is nothing to push, but the deploy marker still carries the old labels.
Mark stamps fresh labels (git_commit/git_dirty are auto-recorded from [dir], --meta adds more) onto the state that is already running.
mutiro agent files mark <agent> [dir] [flags]
| Flag | Type | Description |
|---|---|---|
| --agent-dir | string | Self-hosted: operate on this local agent directory instead of the hosted API |
| -h, --help | bool | help for mark |
| --metaArray | string | Deploy label as key=value (repeatable); recorded in the deploy marker and stamped on traces |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |