@rockcarver/frodo-cli 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Fixed
11
+
12
+ - \#430: Frodo now properly supports exporting and importing of the email service with secondary configurations.
13
+
14
+ ## [2.0.1-0] - 2024-07-27
15
+
16
+ ## [2.0.0] - 2024-07-20
17
+
10
18
  ### Changed
11
19
 
12
20
  #### Based on Frodo Library 2.x
@@ -15,198 +23,198 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
23
 
16
24
  #### New and updated commands
17
25
 
18
- | Command | Since | Description |
19
- | ------------------------------------------------ | :-----: | ---------------------------------------------------------------------- |
20
- | frodo admin | 1.0.0 | Platform admin tasks. |
21
- |  add-autoid-static-user-mapping | 1.0.0 | Add AutoId static user mapping to enable dashboards. |
22
- |  create-oauth2-client-with-admin-privileges | 1.0.0 | Create an oauth2 client with admin privileges. |
23
- |  execute-rfc7523-authz-grant-flow | `2.0.0` | Execute RFC7523 authorization grant flow. |
24
- |  federation | 1.0.0 | Manages admin federation configuration. |
25
- |  generate-rfc7523-authz-grant-artefacts | `2.0.0` | Generate RFC7523 authorization grant artefacts. |
26
- |  get-access-token | 1.0.0 | Get an access token using client credentials grant type. |
27
- |  grant-oauth2-client-admin-privileges | 1.0.0 | Grant an oauth2 client admin privileges. |
28
- |  hide-generic-extension-attributes | 1.0.0 | Hide generic extension attributes. |
29
- |  list-oauth2-clients-with-admin-privileges | 1.0.0 | List oauth2 clients with admin privileges. |
30
- |  list-oauth2-clients-with-custom-privileges | 1.0.0 | List oauth2 clients with custom privileges. |
31
- |  list-static-user-mappings | 1.0.0 | List all subjects of static user mappings that are not oauth2 clients. |
32
- |  remove-static-user-mapping | 1.0.0 | Remove a subject's static user mapping. |
33
- |  repair-org-model | 1.0.0 | Repair org model. |
34
- |  revoke-oauth2-client-admin-privileges | 1.0.0 | Revoke admin privileges from an oauth2 client. |
35
- |  show-generic-extension-attributes | 1.0.0 | Show generic extension attributes. |
36
- | | | |
37
- | frodo agent | 1.0.0 | Manage agents. |
38
- |  delete | 1.0.0 | Delete agents. |
39
- |  describe | 1.0.0 | Describe agents. |
40
- |  export | 1.0.0 | Export agents. |
41
- |  gateway / ig | 1.0.0 | Manage gateway agents. |
42
- |   delete | 1.0.0 | Delete identity gateway agents. |
43
- |   describe | 1.0.0 | Describe gateway agents. |
44
- |   export | 1.0.0 | Export gateway agents. |
45
- |  import | 1.0.0 | Import gateway agents. |
46
- |  list | 1.0.0 | List gateway agents. |
47
- |  import | 1.0.0 | Import agents. |
48
- |  java | 1.0.0 | Manage java agents. |
49
- |   delete | 1.0.0 | Delete java agents. |
50
- |   describe | 1.0.0 | Describe java agents. |
51
- |   export | 1.0.0 | Export java agents. |
52
- |   import | 1.0.0 | Import java agents. |
53
- |   list | 1.0.0 | List java agents. |
54
- |  list | 1.0.0 | List agents. |
55
- |  web | 1.0.0 | Manage web agents. |
56
- |   delete | 1.0.0 | Delete web agents. |
57
- |   describe | 1.0.0 | Describe web agents. |
58
- |   export | 1.0.0 | Export web agents. |
59
- |   import | 1.0.0 | Import web agents. |
60
- |   list | 1.0.0 | List web agents. |
61
- | | | |
62
- | frodo authn | `2.0.0` | Manage authentication settings. |
63
- |  describe | `2.0.0` | Describe authentication settings. |
64
- |  export | `2.0.0` | Export authentication settings. |
65
- |  import | `2.0.0` | Import authentication settings. |
66
- | | | |
67
- | frodo authz | 1.0.0 | Manage authorization policies, policy sets, and resource types. |
68
- |  policy | 1.0.0 | Manages authorization policies. |
69
- |   delete | 1.0.0 | Delete authorization policies. |
70
- |   describe | 1.0.0 | Describe authorization policies. |
71
- |   export | 1.0.0 | Export authorization policies. |
72
- |   import | 1.0.0 | Import authorization policies. |
73
- |   list | 1.0.0 | List authorization policies. |
74
- |  set / policyset | 1.0.0 | Manage authorization policy sets. |
75
- |   delete | 1.0.0 | Delete authorization policy sets. |
76
- |   describe | 1.0.0 | Describe authorization policy sets. |
77
- |   export | 1.0.0 | Export authorization policy sets. |
78
- |   import | 1.0.0 | Import authorization policy sets. |
79
- |   list | 1.0.0 | List authorization policy sets. |
80
- |  type | 1.0.0 | Manage authorization resource types. |
81
- |   delete | 1.0.0 | Delete authorization resource types. |
82
- |   describe | 1.0.0 | Describe authorization resource types. |
83
- |   export | 1.0.0 | Export authorization resource types. |
84
- |   import | 1.0.0 | Import authorization resource types. |
85
- |   list | 1.0.0 | List authorization resource types. |
86
- | | | |
87
- | frodo app / application | `2.0.0` | Old `app` renamed to `oauth`! Manage applications. |
88
- |  delete | `2.0.0` | Delete applications. |
89
- |  export | `2.0.0` | Export applications. |
90
- |  import | `2.0.0` | Import applications. |
91
- |  list | `2.0.0` | List applications. |
92
- | frodo config | `2.0.0` | Manage full cloud configuration. |
93
- |  export | `2.0.0` | Export full cloud configuration. |
94
- |  import | `2.0.0` | Import full cloud configuration. |
95
- | | | |
96
- | frodo conn / connection | 1.0.0 | Manage connection profiles. |
97
- |  delete | 1.0.0 | Delete connection profiles. |
98
- |  describe | 1.0.0 | Describe connection profile. |
99
- |  list | 1.0.0 | List connection profiles. |
100
- |  save / add | 1.0.0 | Save connection profiles. |
101
- | | | |
102
- | frodo email | 1.0.0 | Manage email templates and configuration. |
103
- |  template | 1.0.0 | Manage email templates. |
104
- |   export | 1.0.0 | Export email templates. |
105
- |   import | 1.0.0 | Import email templates. |
106
- |   list | 1.0.0 | List email templates. |
107
- | | | |
108
- | frodo esv | 1.0.0 | Manage environment secrets and variables (ESVs). |
109
- |  apply | 1.0.0 | Apply pending changes to secrets and variables. |
110
- |  secret | 1.0.0 | Manages secrets. |
111
- |   create | 1.0.0 | Create secrets. |
112
- |   delete | 1.0.0 | Delete secrets. |
113
- |   describe | 1.0.0 | Describe secrets. |
114
- |   export | `2.0.0` | Export secrets. |
115
- |   import | `2.0.0` | Import secrets. |
116
- |   list | 1.0.0 | List secrets. |
117
- |   set | 1.0.0 | Set secret description. |
118
- |   version | 1.0.0 | Manage secret versions. |
119
- |  variable | 1.0.0 | Manage variables. |
120
- |   create | 1.0.0 | Create variables. |
121
- |   delete | 1.0.0 | Delete variables. |
122
- |   describe | 1.0.0 | Describe variables. |
123
- |   export | `2.0.0` | Export variables. |
124
- |   import | `2.0.0` | Import variables. |
125
- |   list | 1.0.0 | List variables. |
126
- |   set | 1.0.0 | Set variable description. |
127
- | | | |
128
- | frodo idm | 1.0.0 | Manage IDM configuration. |
129
- |  count | 1.0.0 | Count managed objects. |
130
- |  export | 1.0.0 | Export IDM configuration objects. |
131
- |  import | 1.0.0 | Import IDM configuration objects. |
132
- |  list | 1.0.0 | List IDM configuration objects. |
133
- | | | |
134
- | frodo idp | 1.0.0 | Manage (social) identity providers. |
135
- |  export | 1.0.0 | Export (social) identity providers. |
136
- |  import | 1.0.0 | Import (social) identity providers. |
137
- |  list | 1.0.0 | List (social) identity providers. |
138
- | | | |
139
- | frodo info | 1.0.0 | Print versions and tokens. |
140
- | | | |
141
- | frodo journey | 1.0.0 | Manage journeys/trees. |
142
- |  delete | 1.0.0 | Delete journeys/trees. |
143
- |  describe | 1.0.0 | Describe journeys/trees. |
144
- |  disable | 1.0.0 | Disable journeys/trees. |
145
- |  enable | 1.0.0 | Enable journeys/trees. |
146
- |  export | 1.0.0 | Export journeys/trees. |
147
- |  import | 1.0.0 | Import journey/tree. |
148
- |  list | 1.0.0 | List journeys/trees. |
149
- |  prune | 1.0.0 | Prune orphaned configuration artifacts. |
150
- | | | |
151
- | frodo log / logs | 1.0.0 | List/View Identity Cloud logs |
152
- |  fetch | 1.0.0 | Fetch Identity Cloud logs. |
153
- |  key | 1.0.0 | Manage Identity Cloud log API keys. |
154
- |  list | 1.0.0 | List available ID Cloud log sources. |
155
- |  tail | 1.0.0 | Tail Identity Cloud logs. |
156
- | | | |
157
- | frodo mapping | `2.0.0` | Manage IDM mappings. |
158
- |  delete | `2.0.0` | Delete IDM mappings. |
159
- |  export | `2.0.0` | Export IDM mappings. |
160
- |  import | `2.0.0` | Import IDM mappings. |
161
- |  list | `2.0.0` | List IDM mappings. |
162
- |  rename | `2.0.0` | Renames mappings from legacy to new naming scheme. |
163
- | | | |
164
- | frodo oauth | `2.0.0` | Renamed from `app`! Manage OAuth2 clients and providers. |
165
- |  client | `2.0.0` | Manage OAuth2 clients. |
166
- |   export | `2.0.0` | Export OAuth2 clients. |
167
- |   import | `2.0.0` | Import OAuth2 clients. |
168
- |   list | `2.0.0` | List OAuth2 clients. |
169
- | | | |
170
- | frodo realm | 1.0.0 | Manage realms. |
171
- |  add-custom-domain | 1.0.0 | Add custom domain (realm DNS alias). |
172
- |  describe / details | 1.0.0 | Describe realms. |
173
- |  list | 1.0.0 | List realms. |
174
- |  remove-custom-domain | 1.0.0 | Remove custom domain (realm DNS alias). |
175
- | | | |
176
- | frodo saml | 1.0.0 | Manage SAML entity providers and circles of trust. |
177
- |  cot | 1.0.0 | Manage circles of trust. |
178
- |   export | 1.0.0 | Export SAML circles of trust. |
179
- |   import | 1.0.0 | Import SAML circles of trust. |
180
- |   list | 1.0.0 | List SAML circles of trust. |
181
- |  delete | 1.0.0 | Delete SAML entity providers. |
182
- |  describe | 1.0.0 | Describe the configuration of an entity provider. |
183
- |  export | 1.0.0 | Export SAML entity providers. |
184
- |  import | 1.0.0 | Import SAML entity providers. |
185
- |  list | 1.0.0 | List SAML entity providers. |
186
- |  metadata | 1.0.0 | SAML metadata operations. |
187
- |   export | 1.0.0 | Export metadata. |
188
- | | | |
189
- | frodo script | 1.0.0 | Manage scripts. |
190
- |  delete | 1.0.0 | Delete scripts. |
191
- |  export | 1.0.0 | Export scripts. |
192
- |  import | 1.0.0 | Import scripts. |
193
- |  list | 1.0.0 | List scripts. |
194
- | | | |
195
- | frodo service | 1.0.0 | Manage AM services. |
196
- |  delete | 1.0.0 | Delete AM services. |
197
- |  export | 1.0.0 | Export AM services. |
198
- |  import | 1.0.0 | Import AM services. |
199
- |  list | 1.0.0 | List AM services. |
200
- | | | |
201
- | frodo shell | `2.0.0` | Launch the frodo interactive shell. |
202
- | | | |
203
- | frodo theme | 1.0.0 | Manage themes. |
204
- |  delete | 1.0.0 | Delete themes. |
205
- |  export | 1.0.0 | Export themes. |
206
- |  import | 1.0.0 | Import themes. |
207
- |  list | 1.0.0 | List themes. |
208
- | | | |
209
- | frodo help | 1.0.0 | display help for command |
26
+ | Command | Since | Description |
27
+ | ------------------------------------------- | :-----: | ---------------------------------------------------------------------- |
28
+ | frodo admin | 1.0.0 | Platform admin tasks. |
29
+ |add-autoid-static-user-mapping | 1.0.0 | Add AutoId static user mapping to enable dashboards. |
30
+ |create-oauth2-client-with-admin-privileges | 1.0.0 | Create an oauth2 client with admin privileges. |
31
+ |execute-rfc7523-authz-grant-flow | `2.0.0` | Execute RFC7523 authorization grant flow. |
32
+ |federation | 1.0.0 | Manages admin federation configuration. |
33
+ |generate-rfc7523-authz-grant-artefacts | `2.0.0` | Generate RFC7523 authorization grant artefacts. |
34
+ |get-access-token | 1.0.0 | Get an access token using client credentials grant type. |
35
+ |grant-oauth2-client-admin-privileges | 1.0.0 | Grant an oauth2 client admin privileges. |
36
+ |hide-generic-extension-attributes | 1.0.0 | Hide generic extension attributes. |
37
+ |list-oauth2-clients-with-admin-privileges | 1.0.0 | List oauth2 clients with admin privileges. |
38
+ |list-oauth2-clients-with-custom-privileges | 1.0.0 | List oauth2 clients with custom privileges. |
39
+ |list-static-user-mappings | 1.0.0 | List all subjects of static user mappings that are not oauth2 clients. |
40
+ |remove-static-user-mapping | 1.0.0 | Remove a subject's static user mapping. |
41
+ |repair-org-model | 1.0.0 | Repair org model. |
42
+ |revoke-oauth2-client-admin-privileges | 1.0.0 | Revoke admin privileges from an oauth2 client. |
43
+ |show-generic-extension-attributes | 1.0.0 | Show generic extension attributes. |
44
+ | | | |
45
+ | frodo agent | 1.0.0 | Manage agents. |
46
+ |delete | 1.0.0 | Delete agents. |
47
+ |describe | 1.0.0 | Describe agents. |
48
+ |export | 1.0.0 | Export agents. |
49
+ |gateway / ig | 1.0.0 | Manage gateway agents. |
50
+ |   delete | 1.0.0 | Delete identity gateway agents. |
51
+ |   describe | 1.0.0 | Describe gateway agents. |
52
+ |   export | 1.0.0 | Export gateway agents. |
53
+ |import | 1.0.0 | Import gateway agents. |
54
+ |list | 1.0.0 | List gateway agents. |
55
+ |import | 1.0.0 | Import agents. |
56
+ |java | 1.0.0 | Manage java agents. |
57
+ |   delete | 1.0.0 | Delete java agents. |
58
+ |   describe | 1.0.0 | Describe java agents. |
59
+ |   export | 1.0.0 | Export java agents. |
60
+ |   import | 1.0.0 | Import java agents. |
61
+ |   list | 1.0.0 | List java agents. |
62
+ |list | 1.0.0 | List agents. |
63
+ |web | 1.0.0 | Manage web agents. |
64
+ |   delete | 1.0.0 | Delete web agents. |
65
+ |   describe | 1.0.0 | Describe web agents. |
66
+ |   export | 1.0.0 | Export web agents. |
67
+ |   import | 1.0.0 | Import web agents. |
68
+ |   list | 1.0.0 | List web agents. |
69
+ | | | |
70
+ | frodo authn | `2.0.0` | Manage authentication settings. |
71
+ |describe | `2.0.0` | Describe authentication settings. |
72
+ |export | `2.0.0` | Export authentication settings. |
73
+ |import | `2.0.0` | Import authentication settings. |
74
+ | | | |
75
+ | frodo authz | 1.0.0 | Manage authorization policies, policy sets, and resource types. |
76
+ |policy | 1.0.0 | Manages authorization policies. |
77
+ |   delete | 1.0.0 | Delete authorization policies. |
78
+ |   describe | 1.0.0 | Describe authorization policies. |
79
+ |   export | 1.0.0 | Export authorization policies. |
80
+ |   import | 1.0.0 | Import authorization policies. |
81
+ |   list | 1.0.0 | List authorization policies. |
82
+ |set / policyset | 1.0.0 | Manage authorization policy sets. |
83
+ |   delete | 1.0.0 | Delete authorization policy sets. |
84
+ |   describe | 1.0.0 | Describe authorization policy sets. |
85
+ |   export | 1.0.0 | Export authorization policy sets. |
86
+ |   import | 1.0.0 | Import authorization policy sets. |
87
+ |   list | 1.0.0 | List authorization policy sets. |
88
+ |type | 1.0.0 | Manage authorization resource types. |
89
+ |   delete | 1.0.0 | Delete authorization resource types. |
90
+ |   describe | 1.0.0 | Describe authorization resource types. |
91
+ |   export | 1.0.0 | Export authorization resource types. |
92
+ |   import | 1.0.0 | Import authorization resource types. |
93
+ |   list | 1.0.0 | List authorization resource types. |
94
+ | | | |
95
+ | frodo app / application | `2.0.0` | Old `app` renamed to `oauth`! Manage applications. |
96
+ |delete | `2.0.0` | Delete applications. |
97
+ |export | `2.0.0` | Export applications. |
98
+ |import | `2.0.0` | Import applications. |
99
+ |list | `2.0.0` | List applications. |
100
+ | frodo config | `2.0.0` | Manage full cloud configuration. |
101
+ |export | `2.0.0` | Export full cloud configuration. |
102
+ |import | `2.0.0` | Import full cloud configuration. |
103
+ | | | |
104
+ | frodo conn / connection | 1.0.0 | Manage connection profiles. |
105
+ |delete | 1.0.0 | Delete connection profiles. |
106
+ |describe | 1.0.0 | Describe connection profile. |
107
+ |list | 1.0.0 | List connection profiles. |
108
+ |save / add | 1.0.0 | Save connection profiles. |
109
+ | | | |
110
+ | frodo email | 1.0.0 | Manage email templates and configuration. |
111
+ |template | 1.0.0 | Manage email templates. |
112
+ |   export | 1.0.0 | Export email templates. |
113
+ |   import | 1.0.0 | Import email templates. |
114
+ |   list | 1.0.0 | List email templates. |
115
+ | | | |
116
+ | frodo esv | 1.0.0 | Manage environment secrets and variables (ESVs). |
117
+ |apply | 1.0.0 | Apply pending changes to secrets and variables. |
118
+ |secret | 1.0.0 | Manages secrets. |
119
+ |   create | 1.0.0 | Create secrets. |
120
+ |   delete | 1.0.0 | Delete secrets. |
121
+ |   describe | 1.0.0 | Describe secrets. |
122
+ |   export | `2.0.0` | Export secrets. |
123
+ |   import | `2.0.0` | Import secrets. |
124
+ |   list | 1.0.0 | List secrets. |
125
+ |   set | 1.0.0 | Set secret description. |
126
+ |   version | 1.0.0 | Manage secret versions. |
127
+ |variable | 1.0.0 | Manage variables. |
128
+ |   create | 1.0.0 | Create variables. |
129
+ |   delete | 1.0.0 | Delete variables. |
130
+ |   describe | 1.0.0 | Describe variables. |
131
+ |   export | `2.0.0` | Export variables. |
132
+ |   import | `2.0.0` | Import variables. |
133
+ |   list | 1.0.0 | List variables. |
134
+ |   set | 1.0.0 | Set variable description. |
135
+ | | | |
136
+ | frodo idm | 1.0.0 | Manage IDM configuration. |
137
+ |count | 1.0.0 | Count managed objects. |
138
+ |export | 1.0.0 | Export IDM configuration objects. |
139
+ |import | 1.0.0 | Import IDM configuration objects. |
140
+ |list | 1.0.0 | List IDM configuration objects. |
141
+ | | | |
142
+ | frodo idp | 1.0.0 | Manage (social) identity providers. |
143
+ |export | 1.0.0 | Export (social) identity providers. |
144
+ |import | 1.0.0 | Import (social) identity providers. |
145
+ |list | 1.0.0 | List (social) identity providers. |
146
+ | | | |
147
+ | frodo info | 1.0.0 | Print versions and tokens. |
148
+ | | | |
149
+ | frodo journey | 1.0.0 | Manage journeys/trees. |
150
+ |delete | 1.0.0 | Delete journeys/trees. |
151
+ |describe | 1.0.0 | Describe journeys/trees. |
152
+ |disable | 1.0.0 | Disable journeys/trees. |
153
+ |enable | 1.0.0 | Enable journeys/trees. |
154
+ |export | 1.0.0 | Export journeys/trees. |
155
+ |import | 1.0.0 | Import journey/tree. |
156
+ |list | 1.0.0 | List journeys/trees. |
157
+ |prune | 1.0.0 | Prune orphaned configuration artifacts. |
158
+ | | | |
159
+ | frodo log / logs | 1.0.0 | List/View Identity Cloud logs |
160
+ |fetch | 1.0.0 | Fetch Identity Cloud logs. |
161
+ |key | 1.0.0 | Manage Identity Cloud log API keys. |
162
+ |list | 1.0.0 | List available ID Cloud log sources. |
163
+ |tail | 1.0.0 | Tail Identity Cloud logs. |
164
+ | | | |
165
+ | frodo mapping | `2.0.0` | Manage IDM mappings. |
166
+ |delete | `2.0.0` | Delete IDM mappings. |
167
+ |export | `2.0.0` | Export IDM mappings. |
168
+ |import | `2.0.0` | Import IDM mappings. |
169
+ |list | `2.0.0` | List IDM mappings. |
170
+ |rename | `2.0.0` | Renames mappings from legacy to new naming scheme. |
171
+ | | | |
172
+ | frodo oauth | `2.0.0` | Renamed from `app`! Manage OAuth2 clients and providers. |
173
+ |client | `2.0.0` | Manage OAuth2 clients. |
174
+ |   export | `2.0.0` | Export OAuth2 clients. |
175
+ |   import | `2.0.0` | Import OAuth2 clients. |
176
+ |   list | `2.0.0` | List OAuth2 clients. |
177
+ | | | |
178
+ | frodo realm | 1.0.0 | Manage realms. |
179
+ |add-custom-domain | 1.0.0 | Add custom domain (realm DNS alias). |
180
+ |describe / details | 1.0.0 | Describe realms. |
181
+ |list | 1.0.0 | List realms. |
182
+ |remove-custom-domain | 1.0.0 | Remove custom domain (realm DNS alias). |
183
+ | | | |
184
+ | frodo saml | 1.0.0 | Manage SAML entity providers and circles of trust. |
185
+ |cot | 1.0.0 | Manage circles of trust. |
186
+ |   export | 1.0.0 | Export SAML circles of trust. |
187
+ |   import | 1.0.0 | Import SAML circles of trust. |
188
+ |   list | 1.0.0 | List SAML circles of trust. |
189
+ |delete | 1.0.0 | Delete SAML entity providers. |
190
+ |describe | 1.0.0 | Describe the configuration of an entity provider. |
191
+ |export | 1.0.0 | Export SAML entity providers. |
192
+ |import | 1.0.0 | Import SAML entity providers. |
193
+ |list | 1.0.0 | List SAML entity providers. |
194
+ |metadata | 1.0.0 | SAML metadata operations. |
195
+ |   export | 1.0.0 | Export metadata. |
196
+ | | | |
197
+ | frodo script | 1.0.0 | Manage scripts. |
198
+ |delete | 1.0.0 | Delete scripts. |
199
+ |export | 1.0.0 | Export scripts. |
200
+ |import | 1.0.0 | Import scripts. |
201
+ |list | 1.0.0 | List scripts. |
202
+ | | | |
203
+ | frodo service | 1.0.0 | Manage AM services. |
204
+ |delete | 1.0.0 | Delete AM services. |
205
+ |export | 1.0.0 | Export AM services. |
206
+ |import | 1.0.0 | Import AM services. |
207
+ |list | 1.0.0 | List AM services. |
208
+ | | | |
209
+ | frodo shell | `2.0.0` | Launch the frodo interactive shell. |
210
+ | | | |
211
+ | frodo theme | 1.0.0 | Manage themes. |
212
+ |delete | 1.0.0 | Delete themes. |
213
+ |export | 1.0.0 | Export themes. |
214
+ |import | 1.0.0 | Import themes. |
215
+ |list | 1.0.0 | List themes. |
216
+ | | | |
217
+ | frodo help | 1.0.0 | display help for command |
210
218
 
211
219
  #### Global support for `-D`, `--directory` to set the working directory
212
220
 
@@ -1889,7 +1897,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
1889
1897
  - Fixed problem with adding connection profiles
1890
1898
  - Miscellaneous bug fixes
1891
1899
 
1892
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-70...HEAD
1900
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1-0...HEAD
1901
+ [2.0.1-0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0...v2.0.1-0
1902
+ [2.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-70...v2.0.0
1893
1903
  [2.0.0-70]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-69...v2.0.0-70
1894
1904
  [2.0.0-69]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-68...v2.0.0-69
1895
1905
  [2.0.0-68]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-67...v2.0.0-68