append
ローカルの UTF-8 ファイルを既存の単一 HTML / Markdown の末尾へ追記します。
npx --yes @artifactshare/cli append <artifact-id-or-url> ./section.md --json
構文
artifactshare append <OPTIONS> <artifactIdOrUrl> <path>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
artifacts
成果物を一覧表示し、読み取ります。
構文
artifactshare artifacts [COMMANDS] <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
artifacts get
成果物とメタデータを読み取ります。
構文
artifactshare artifacts get <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --offset · --include
artifacts list
project または home を含む、アクセスできる成果物を一覧表示します。
構文
artifactshare artifacts list <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --project-id · --home · --query · --cursor
changelog
CLI のリリースノートを表示します。
構文
artifactshare changelog <OPTIONS>option
--help · --version · --json
comments
成果物のコメントを扱います。
構文
artifactshare comments [COMMANDS] <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
comments delete
コメントメッセージを削除します。
構文
artifactshare comments delete <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --thread-id · --message-id
comments edit
コメントメッセージを編集します。
構文
artifactshare comments edit <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --message-id · --body
comments list
コメントのスレッドとメッセージを一覧表示します。
構文
artifactshare comments list <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
comments post
コメント、返信、引用コメントを投稿します。
構文
artifactshare comments post <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --body · --reply-to · --quote · --quote-before · --quote-after · --agent
comments reopen
解決済みのコメントスレッドを再開します。
構文
artifactshare comments reopen <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --thread-id
comments resolve
コメントスレッドを解決済みにします。
構文
artifactshare comments resolve <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --thread-id
config
ローカル CLI 設定を確認、変更します。
構文
artifactshare config [COMMANDS] <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
config get
user、repository、effective のスコープで設定を読み取ります。
npx --yes @artifactshare/cli config get home_audience --scope effective --json
構文
artifactshare config get <OPTIONS> [<key>]option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --scope
config set
user または repository のスコープに設定を保存します。
npx --yes @artifactshare/cli config set home_audience private --scope user --json
構文
artifactshare config set <OPTIONS> <key> <value>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --scope
config unset
スコープに保存した設定を削除します。
構文
artifactshare config unset <OPTIONS> <key>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --scope
delete
成果物を完全に削除します。
構文
artifactshare delete <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
doctor
認証、設定、接続状態を確認します。
構文
artifactshare doctor <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
download
成果物をローカルパスへダウンロードします。
構文
artifactshare download <OPTIONS> [<artifactIdOrUrl>]option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --project-id · --output · --force
edit
成果物のタイトル、visibility、共有先、投稿先を編集します。
構文
artifactshare edit <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --title · --visibility · --link-expires-at · --no-link-expiry · --grant-email · --revoke-email · --project-id · --home
init
agent を検出し、skill をインストールして初期設定を始めます。
npx --yes @artifactshare/cli init --json
構文
artifactshare init <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --project-id · --dry-run
login
ブラウザの device login で CLI を認証します。
npx --yes @artifactshare/cli login --json
構文
artifactshare login <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
logout
保存済みのローカル認証情報を削除します。
構文
artifactshare logout <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
move
成果物を project または home へ移動します。
構文
artifactshare move <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --project-id · --home
open
Artifact Share URL を読み取り、必要なら CLI skill を準備します。
npx --yes @artifactshare/cli open <artifact-id-or-url> --json
構文
artifactshare open <OPTIONS> <artifactIdOrUrl>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
profiles
名前付きの認証 profile を管理します。
構文
artifactshare profiles [COMMANDS] <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
profiles delete
名前付き profile を削除します。
構文
artifactshare profiles delete <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
profiles import-token
CI または手動発行 token を profile に取り込みます。
printf '%s' "$ARTIFACTSHARE_TOKEN" | npx --yes @artifactshare/cli profiles import-token --profile ci --json
構文
artifactshare profiles import-token <OPTIONS>option
--help · --version · --json · --base-url · --profile · --allow-plaintext-token-store · --insecure-localhost
profiles list
保存済み profile を一覧表示します。
構文
artifactshare profiles list <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
profiles use
使用する active profile を選択します。
構文
artifactshare profiles use <OPTIONS> <name>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
projects
project を管理します。
構文
artifactshare projects [COMMANDS] <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
projects create
project を作成します。
構文
artifactshare projects create <OPTIONS> <name>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --description · --visibility
projects edit
project の詳細、audience、アーカイブ状態を編集します。
構文
artifactshare projects edit <OPTIONS> <id>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --name · --description · --visibility · --add-email · --remove-email · --archive · --unarchive
projects list
利用できる project を一覧表示します。
構文
artifactshare projects list <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
resolve
URL、ID、その他の Artifact Share の値を解決します。
構文
artifactshare resolve <OPTIONS> <value>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
share
ローカルのファイル、フォルダ、静的サイトを共有します。
npx --yes @artifactshare/cli share ./report.html --json
構文
artifactshare share <OPTIONS> <path>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --project-id · --project · --home · --visibility · --link-expires-at · --no-link-expiry · --no-slack-notify · --grant-email · --key
skills
インストール済みの Artifact Share agent skill を管理します。
構文
artifactshare skills [COMMANDS] <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
skills ensure
検出した tool に skill があることを確認します。
構文
artifactshare skills ensure <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --tool · --scope · --dry-run
skills install
選択した tool に skill をインストールします。
構文
artifactshare skills install <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --tool · --scope · --dry-run · --force
skills list
skill がインストールされた tool を一覧表示します。
構文
artifactshare skills list <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
skills remove
tool からインストール済み skill を削除します。
構文
artifactshare skills remove <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --tool · --scope · --dry-run
skills update
インストール済み skill を更新します。
構文
artifactshare skills update <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost · --tool · --scope · --dry-run · --force
update
既存の共有 URL の背後に新しい版をアップロードします。
npx --yes @artifactshare/cli update <artifact-id-or-url> ./report.html --json
構文
artifactshare update <OPTIONS> <artifactIdOrUrl> <path>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost
whoami
active account と workspace を表示します。
構文
artifactshare whoami <OPTIONS>option
--help · --version · --json · --base-url · --token · --profile · --allow-plaintext-token-store · --insecure-localhost