Skip to content

Releases: alpacanetworks/alpacon-cli

0.1.1

20 Feb 06:54
Compare
Choose a tag to compare

Changelog

  • Fix polling logic for command execution status checks
  • Fix runcommand
  • Fix token creation command
  • Minor fix

0.1

13 Feb 06:17
Compare
Choose a tag to compare
0.1

Changelog

  • Add 'ac' as an alias for the 'alpacon' root command
  • Add -u and -g flags to websh command with test cases
  • Add HTTPS check for CSR transmission
  • Add direct command execution capability to websh command
  • Add download command for packages
  • Add support for multiple file upload and download in cp command
  • Add token command
  • Fix bugs of cp command
  • Minor fix of event command
  • Minor fix
  • Update .gitignore

0.0.6

29 Jan 11:01
Compare
Choose a tag to compare

Changelog

  • Delete download url
  • Enhance credential prompt to use server address from config

0.0.5

29 Jan 08:15
Compare
Choose a tag to compare

Changelog

  • Add 'desc' as an alias for the 'describe' command
  • Add describe command to certificate
  • Add download command to certificate
  • Refactor ftp command
  • Refactor global variables to constants for enhanced immutability
  • Minor fix

0.0.4

20 Jan 12:26
Compare
Choose a tag to compare

Changelog

  • Add Private CA, Certificate command
  • Add create feature to user, group command
  • Add member command
  • Fix issue #1 (websh)
  • Refactor error handling of SendRequest
  • Refactored to minimize global variables
  • Minor fix

0.0.3

22 Dec 10:55
Compare
Choose a tag to compare

Changelog

  • Add Dockerfile
  • Add note command
  • Add default server URL to login command
  • Add delete command for user,group
  • Add event command
  • Add privileges support to AlpaconClient
  • Enhance input function handling
  • Improve error handling for websh command
  • Added CI/CD setup with Docker image building and PackageCloud package uploads
  • Fix minor bugs

v0.0.2

15 Dec 02:18
Compare
Choose a tag to compare

This is a test-release of alpacon-cli

What's Changed

  • Add server delete command
  • Add version command
  • Changed file download to direct saving
  • Fix user API filter url
  • Refactor client request function
  • Refactor log date format from absolute to relative timestamps
  • Several minor bugs have been fixed to enhance overall performance and stability.
  • The executable file name has been changed from alpacon-cli to alpacon, allowing the program to be run directly with the alpacon command

Full Changelog : https://github.com/alpacanetworks/alpacon-cli/commits/v0.0.2

v0.0.1

11 Dec 00:10
Compare
Choose a tag to compare

This is a test-release of alpacon-cli

What's Changed

  • Add login command
  • Add server command
  • Add iam command
  • Add websh command
  • Add ftp command
  • Add log command
  • Add agent coammnd
  • Add package command

Full Changelog : https://github.com/alpacanetworks/alpacon-cli/commits/v0.0.1

New Contributors