Automation Specialist Level 1 Basetsu File [upd] Download Install Info
basetsu-cli run /path/to/hello_world.bas Even for a Level 1 specialist, issues arise. Here is a troubleshooting table:
steps: - name: "Log start" command: "echo 'BASETSU automation running'" - name: "Create timestamp" command: "date >> /var/log/basetsu/job.log" Load and run: automation specialist level 1 basetsu file download install
agent_id: "l1-worker-01" role: "level_1" workspace: "/var/lib/basetsu/workspace" triggers: - type: directory_watch path: "/incoming" action: "process_automation.bas" logging: level: INFO output: "/var/log/basetsu/agent.log" basetsu-cli reload-config Deploying Your First Automation Bundle A BASETSU file ( .bas ) is simply a YAML/JSON sequence of operations. Example hello_world.bas : basetsu-cli run /path/to/hello_world
wget https://repo.basetsu.org/releases/stable/basetsu_agent_linux_amd64_1.0.0.deb -O /tmp/basetsu.deb Download the corresponding .sha256 file and run: automation specialist level 1 basetsu file download install
Get-FileHash $env:TEMP\basetsu.zip -Algorithm SHA256
Invoke-WebRequest -Uri "https://repo.basetsu.org/releases/stable/basetsu_agent_win_x64_1.0.0.zip" -OutFile "$env:TEMP\basetsu.zip"
Run basetsu-cli --version to confirm your install, then explore the example workflows inside /usr/share/basetsu/examples/ (Linux) or C:\Program Files\BASETSU\examples (Windows).
Deutsch
Español
Français
Italiano
Nederlands
Polski
Português
Türkçe
Русский (Russian)
한국인 (Korean)
简体中文 (Chinese, Simplified)
日本語 (Japanese)