Skip to content

gokamoda/template

Repository files navigation

Usage

  • Install dependencies:

    make install
  • Run the greet command:

    make greet
  • Run greet with overrides:

    uv run greet --config configs/debug.yaml --override debug.message=hello

SFTP Configuration

{
	"name": "SFTP",
	"protocol": "sftp",
	"profiles": {
		"sh100": {
			"host": "sh100",
			"remotePath": "/home/{user}/template"
		},
		"sa6000": {
			"host": "sa6000",
			"remotePath": "/home/{user}/template"
		}
	},
	"agent": "$SSH_AUTH_SOCK",
	"uploadOnSave": true,
	"ignore": [
		".venv",
		".vscode",
		".git",
		".DS_Store",
		"__pycache__",
		".python-version",
		".env",
		".ruff_cache",
		"*.png",
		"*.jpg",
		"*.pdf",
		"*.log",
		"uv.lock",
		"*.pt",
		"-info"
	]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages