Promptでは下記のURL形式でデータを送ったり起動させたりが行えます

PromptでサポートされるURLスキーマ

以下のURL形式で、データを送ったり起動させたりが行えます:

ssh

ssh://hostname
ssh://username@hostname
ssh://username:password@hostname
ssh://hostname:port
ssh://username@hostname:port
ssh://username:password@hostname:port


prompt-ssh

prompt-ssh://hostname
prompt-ssh://username@hostname
prompt-ssh://username:password@hostname
prompt-ssh://hostname:port
prompt-ssh://username@hostname:port
prompt-ssh://username:password@hostname:port


telnet

telnet://hostname
telnet://hostname:port


prompt-telnet

prompt-telnet://hostname
prompt-telnet://hostname:port


prompt-favorite

prompt-favorite://Staging
prompt-favorite://Production
prompt-favorite://username@hostname

prompt-favorite URLスキーマではあらかじめ保存されているお気に入りのサーバ名を指定します。マッチする名前のサーバ設定が存在しない場合、ユーザ名とホスト名のタイプを実行しようとします。

最終更新日: 2023年10月25日