@mx-space/cli 0.11.0 → 0.12.0
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/README.md +39 -0
- package/dist/bin/mxs.mjs +1 -1
- package/dist/{esm-eihI6wbY.mjs → esm-DFrz5rIo.mjs} +172 -172
- package/dist/esm-DXO9Afik.mjs +2 -0
- package/dist/index.d.mts +16 -16
- package/dist/index.mjs +1 -1
- package/dist/{mxs-BNvfyLLp.mjs → mxs-C-ZguIBQ.mjs} +896 -493
- package/package.json +8 -8
- package/skills/commands-auth.md +1 -1
- package/skills/commands-config.md +1 -1
- package/skills/commands-preview.md +1 -1
- package/skills/commands-profile.md +1 -1
- package/skills/commands-snippet.md +73 -0
- package/skills/output-modes.md +1 -1
- package/skills/overview.md +1 -0
- package/dist/esm-Bw9S3CPp.mjs +0 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as run } from "./mxs-iqJBopvE.mjs";
|
|
2
2
|
|
|
3
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
3
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Types.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Invariant helper.
|
|
6
6
|
*
|
|
@@ -63,7 +63,7 @@ declare namespace Contravariant {
|
|
|
63
63
|
*/
|
|
64
64
|
type VoidIfEmpty<S> = keyof S extends never ? void : S;
|
|
65
65
|
//#endregion
|
|
66
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
66
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Hash.d.ts
|
|
67
67
|
/**
|
|
68
68
|
* @since 2.0.0
|
|
69
69
|
* @category symbols
|
|
@@ -77,7 +77,7 @@ interface Hash {
|
|
|
77
77
|
[symbol$1](): number;
|
|
78
78
|
}
|
|
79
79
|
//#endregion
|
|
80
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
80
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Equal.d.ts
|
|
81
81
|
/**
|
|
82
82
|
* @since 2.0.0
|
|
83
83
|
* @category symbols
|
|
@@ -91,7 +91,7 @@ interface Equal extends Hash {
|
|
|
91
91
|
[symbol](that: Equal): boolean;
|
|
92
92
|
}
|
|
93
93
|
//#endregion
|
|
94
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
94
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Pipeable.d.ts
|
|
95
95
|
/**
|
|
96
96
|
* @since 2.0.0
|
|
97
97
|
* @category Models
|
|
@@ -121,7 +121,7 @@ interface Pipeable {
|
|
|
121
121
|
pipe<A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never, N = never, O = never, P = never, Q = never, R = never, S = never, T = never, U = never>(this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D, de: (_: D) => E, ef: (_: E) => F, fg: (_: F) => G, gh: (_: G) => H, hi: (_: H) => I, ij: (_: I) => J, jk: (_: J) => K, kl: (_: K) => L, lm: (_: L) => M, mn: (_: M) => N, no: (_: N) => O, op: (_: O) => P, pq: (_: P) => Q, qr: (_: Q) => R, rs: (_: R) => S, st: (_: S) => T, tu: (_: T) => U): U;
|
|
122
122
|
}
|
|
123
123
|
//#endregion
|
|
124
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
124
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Unify.d.ts
|
|
125
125
|
/**
|
|
126
126
|
* @since 2.0.0
|
|
127
127
|
*/
|
|
@@ -150,7 +150,7 @@ declare const ignoreSymbol: unique symbol;
|
|
|
150
150
|
*/
|
|
151
151
|
type ignoreSymbol = typeof ignoreSymbol;
|
|
152
152
|
//#endregion
|
|
153
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
153
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Utils.d.ts
|
|
154
154
|
/**
|
|
155
155
|
* @since 3.0.6
|
|
156
156
|
*/
|
|
@@ -167,7 +167,7 @@ declare class YieldWrap<T> {
|
|
|
167
167
|
[YieldWrapTypeId](): T;
|
|
168
168
|
}
|
|
169
169
|
//#endregion
|
|
170
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
170
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Option.d.ts
|
|
171
171
|
/**
|
|
172
172
|
* The `Option` data type represents optional values. An `Option<A>` can either
|
|
173
173
|
* be `Some<A>`, containing a value of type `A`, or `None`, representing the
|
|
@@ -268,7 +268,7 @@ declare namespace Option {
|
|
|
268
268
|
*/
|
|
269
269
|
interface OptionUnifyIgnore {}
|
|
270
270
|
//#endregion
|
|
271
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
271
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Context.d.ts
|
|
272
272
|
/**
|
|
273
273
|
* @since 2.0.0
|
|
274
274
|
* @category symbol
|
|
@@ -393,7 +393,7 @@ interface Context$1<in Services> extends Equal, Pipeable, Inspectable {
|
|
|
393
393
|
*/
|
|
394
394
|
declare const Tag$2: <const Id extends string>(id: Id) => <Self, Shape>() => TagClass<Self, Id, Shape>;
|
|
395
395
|
//#endregion
|
|
396
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
396
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Sink.d.ts
|
|
397
397
|
/**
|
|
398
398
|
* @since 2.0.0
|
|
399
399
|
* @category symbols
|
|
@@ -449,7 +449,7 @@ declare namespace Sink {
|
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
451
|
//#endregion
|
|
452
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
452
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/STM.d.ts
|
|
453
453
|
/**
|
|
454
454
|
* @since 2.0.0
|
|
455
455
|
* @category symbols
|
|
@@ -568,7 +568,7 @@ declare namespace STM {
|
|
|
568
568
|
}
|
|
569
569
|
}
|
|
570
570
|
//#endregion
|
|
571
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
571
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Stream.d.ts
|
|
572
572
|
/**
|
|
573
573
|
* @since 2.0.0
|
|
574
574
|
* @category symbols
|
|
@@ -680,7 +680,7 @@ declare namespace Stream {
|
|
|
680
680
|
type DynamicTupleOf<T, N extends number, R extends Array<unknown>> = R["length"] extends N ? R : DynamicTupleOf<T, N, [T, ...R]>;
|
|
681
681
|
}
|
|
682
682
|
//#endregion
|
|
683
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
683
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Effect.d.ts
|
|
684
684
|
/**
|
|
685
685
|
* @since 2.0.0
|
|
686
686
|
* @category Symbols
|
|
@@ -910,7 +910,7 @@ declare const Tag$1: <const Id extends string>(id: Id) => <Self, Type extends Ta
|
|
|
910
910
|
use: <X>(body: (_: Type) => X) => [X] extends [Effect<infer A, infer E, infer R>] ? Effect<A, E, R | Self> : [X] extends [PromiseLike<infer A>] ? Effect<A, UnknownException, Self> : Effect<X, never, Self>;
|
|
911
911
|
};
|
|
912
912
|
//#endregion
|
|
913
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
913
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Inspectable.d.ts
|
|
914
914
|
/**
|
|
915
915
|
* @since 2.0.0
|
|
916
916
|
* @category symbols
|
|
@@ -931,7 +931,7 @@ interface Inspectable {
|
|
|
931
931
|
[NodeInspectSymbol](): unknown;
|
|
932
932
|
}
|
|
933
933
|
//#endregion
|
|
934
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
934
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Either.d.ts
|
|
935
935
|
/**
|
|
936
936
|
* @category models
|
|
937
937
|
* @since 2.0.0
|
|
@@ -1009,7 +1009,7 @@ declare namespace Either {
|
|
|
1009
1009
|
type Right<T extends Either<any, any>> = [T] extends [Either<infer _A, infer _E>] ? _A : never;
|
|
1010
1010
|
}
|
|
1011
1011
|
//#endregion
|
|
1012
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
1012
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Channel.d.ts
|
|
1013
1013
|
/**
|
|
1014
1014
|
* @since 2.0.0
|
|
1015
1015
|
* @category symbols
|
|
@@ -1103,7 +1103,7 @@ declare namespace Channel {
|
|
|
1103
1103
|
}
|
|
1104
1104
|
}
|
|
1105
1105
|
//#endregion
|
|
1106
|
-
//#region ../../node_modules/.pnpm/effect@3.21.
|
|
1106
|
+
//#region ../../node_modules/.pnpm/effect@3.21.3/node_modules/effect/dist/dts/Cause.d.ts
|
|
1107
1107
|
/**
|
|
1108
1108
|
* A unique symbol identifying the `NoSuchElementException` type.
|
|
1109
1109
|
*
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as defaultMessageFor, c as tagToCode, i as codeForTag, l as toErrorEnvelope, n as defaultGlobalFlags, o as exitCodeForError, r as parseGlobalFlags, s as exitCodeForTag, t as run } from "./mxs-
|
|
1
|
+
import { a as defaultMessageFor, c as tagToCode, i as codeForTag, l as toErrorEnvelope, n as defaultGlobalFlags, o as exitCodeForError, r as parseGlobalFlags, s as exitCodeForTag, t as run } from "./mxs-C-ZguIBQ.mjs";
|
|
2
2
|
export { codeForTag, defaultGlobalFlags, defaultMessageFor, exitCodeForError, exitCodeForTag, parseGlobalFlags, run, tagToCode, toErrorEnvelope };
|