Created
November 9, 2016 06:04
-
-
Save xgeek-net/827b9cc3a36209a5d2ad69003c2bbac5 to your computer and use it in GitHub Desktop.
Salesforce DX 機能概要
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
| $ sfdx force --help | |
| Additional commands, type "heroku help COMMAND” for more details: | |
| force:apex:exec # Apexコードの実行 | |
| force:apex:limits # 現組織のガバナー制限の表示 | |
| force:apex:logs # デバッグログの検索・表示 | |
| force:apex:report # testrunidからレポートのテスト実行結果の取得 | |
| force:apex:test # Apexテストの実行 | |
| force:api:limits # 現組織の制限情報の表示 | |
| force:bulk:delete # 指定csvファイルからレコードBulk削除 | |
| force:bulk:status # Bulk job又はBatchのステータスの取得 | |
| force:bulk:upsert # 指定csvファイルからレコードBulk Upsert | |
| force:data:import # SObject Tree APIでワークスペース又は | |
| # 指定組織にデータインポート | |
| force:ddl:delete # カスタム項目又はオブジェクトの削除 | |
| force:ddl:upsert # カスタム項目又はオブジェクトの新規作成 | |
| force:dml:create # レコードの作成 | |
| force:dml:delete # レコードの削除 | |
| force:dml:get # レコードデータの取得 | |
| force:dml:update # レコードデータの更新 | |
| force:login # Salesforce組織にログイン | |
| force:manifest:create # manifestファイルの作成 | |
| force:mdapi:deploy # メタデータapiで指定組織にメタデータのデプロイ | |
| force:mdapi:retrieve # メタデータapiで指定組織からメタデータの取得 | |
| force:org:authorize # hub組織の認証 | |
| force:org:create # スクラッチ組織の新規作成 | |
| force:org:delete # スクラッチ組織の削除(削除マーク) | |
| force:org:open # ブラウザから組織の開く | |
| force:packageversion:create # DE組織にパッケージバージョンの新規作成 | |
| force:packageversion:install # 指定組織に指定バージョンのパッケージのインストール | |
| force:permset:assign # 組織管理者に権限セットの指定 | |
| force:sobject:describe # オブジェクトdescribe(リスト)情報の取得 | |
| force:soql:query # soqlクエリ句の実行 | |
| force:src:pull # ワークスペース組織からソースのPull | |
| force:src:push # 指定組織にソースのPush | |
| force:test # テスト実行 | |
| force:test:config # テスト設定ファイルのバリデーション実行 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment