Created
November 9, 2016 06:16
-
-
Save xgeek-net/ef0f0e0172d554e6eb03fc6616608ee9 to your computer and use it in GitHub Desktop.
Force CLI ヘルプ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Usage: force <command> [<args>] | |
| Available commands: | |
| login # Force.comにログイン | |
| logout # Force.comにログアウト | |
| logins # 現在ログインしているアカウントリストの表示 | |
| active # Force.comアカウントの表示又は有効化 | |
| whoami # 有効化されているアカウント情報の表示 | |
| describe # オブジェクトdescribe(リスト)情報の取得 | |
| sobject # 標準&カスタムオブジェクトの管理 | |
| field # オブジェクト項目の管理 | |
| record # レコードデータの作成、更新または取得 | |
| bulk # Bulk APIでcsvファイルのインポート | |
| fetch # 指定artifact(s)をローカルにエクスポート | |
| import # ローカルからメタデータのインポート | |
| export # ローカルにメタデータのエクスポート | |
| query # SOQLクエリ句の実行 | |
| apex # Apexコードの実行 | |
| log # デバッグログの表示 | |
| oauth # ConnectedApp認証情報の管理 | |
| test # Apexテストの実行 | |
| security # 指定オブジェクトのOLSまたはFLSの表示 | |
| version # 現在のバージョンの表示 | |
| update # 最新版に更新 | |
| push # ローカルからシングルartifactのデプロイ | |
| aura # Auraコンポネントの取得又はデプロイ | |
| password # パスワードステータスの表示またはパスワードリセット | |
| notify # 通知情報の管理 | |
| limits # 現組織の制限情報の表示 | |
| help # 該当ヘルプの表示 | |
| Run 'force help [command]' for details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment