alpacon note create
This command allows you to create a new note on a server. You can specify the server name, note content, and privacy settings.
alpacon note create [flags]
Options
-c, --content string Enter the note content (up to 512 characters)
-h, --help help for create
-p, --private Set this flag to mark the note as private
-s, --server string Specify the server name where the note will be created
Examples
Create a note interactively:
alpacon note create
Create a note on a specific server:
alpacon note create -s [SERVER NAME]
Create a private note with content:
alpacon note create -s myserver -c "hello world!" -p true